.rubocop.yml in alba-0.1.0 vs .rubocop.yml in alba-0.2.0
- old
+ new
@@ -8,14 +8,20 @@
AllCops:
Exclude:
- 'Rakefile'
- 'alba.gemspec'
+ NewCops: enable
Layout/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space
Metrics/MethodLength:
Max: 20
+
+Naming/PredicateName:
+ AllowedMethods:
+ - 'has_one'
+ - 'has_many'
Style/FrozenStringLiteralComment:
Enabled: false