.rubocop.yml in redis-session-store-0.10.0 vs .rubocop.yml in redis-session-store-0.11.0
- old
+ new
@@ -1,7 +1,5 @@
-inherit_from: .rubocop_todo.yml
-
AllCops:
DisplayCopNames: true
Exclude:
- 'Rakefile'
- 'vendor/**/*'
@@ -16,9 +14,12 @@
Exclude:
- 'spec/**/*.rb'
Metrics/LineLength:
Max: 100
+
+Metrics/ClassLength:
+ Max: 120
Security/MarshalLoad:
Enabled: false
Style/FrozenStringLiteralComment: