.rubocop.yml in rails-auth-3.1.0 vs .rubocop.yml in rails-auth-3.2.0
- old
+ new
@@ -1,32 +1,17 @@
AllCops:
+ NewCops: enable
DisplayCopNames: true
- TargetRubyVersion: 2.3
+ TargetRubyVersion: 2.5
Style/StringLiterals:
EnforcedStyle: double_quotes
Layout/HashAlignment:
Enabled: false
-Metrics/BlockLength:
- ExcludedMethods: ['describe', 'context']
-
-Metrics/ParameterLists:
- Max: 5
- CountKeywordArgs: false
-
-Metrics/LineLength:
- Max: 128
-
-Metrics/MethodLength:
- Max: 25
-
-Metrics/AbcSize:
- Max: 25
-
-Metrics/CyclomaticComplexity:
- Max: 8
+Metrics:
+ Enabled: false
Naming/MethodParameterName:
MinNameLength: 2
Style/ModuleFunction: