.rubocop.yml in alba-0.8.0 vs .rubocop.yml in alba-0.9.0
- old
+ new
@@ -14,9 +14,13 @@
NewCops: enable
Layout/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space
+Metrics/ClassLength:
+ Exclude:
+ - 'test/alba_test.rb'
+
Metrics/MethodLength:
Max: 20
Style/FrozenStringLiteralComment:
Enabled: false