.rubocop.yml in alba-0.7.0 vs .rubocop.yml in alba-0.8.0
- old
+ new
@@ -2,10 +2,11 @@
inherit_gem:
rubocop-sensible: 'config/rubocop.yml'
require:
+ - rubocop-minitest
- rubocop-performance
AllCops:
Exclude:
- 'Rakefile'
@@ -15,13 +16,8 @@
Layout/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space
Metrics/MethodLength:
Max: 20
-
-Naming/PredicateName:
- AllowedMethods:
- - 'has_one'
- - 'has_many'
Style/FrozenStringLiteralComment:
Enabled: false