.rubocop.yml in total-0.3.0 vs .rubocop.yml in total-0.4.0
- old
+ new
@@ -1,8 +1,10 @@
AllCops:
+ NewCops: enable
DisplayCopNames: true
TargetRubyVersion: 2.3
+ SuggestExtensions: false
Layout/EmptyLineAfterGuardClause:
Enabled: false
Layout/MultilineMethodCallIndentation:
Enabled: false
@@ -14,7 +16,7 @@
Max: 10
Metrics/PerceivedComplexity:
Max: 10
Metrics/ParameterLists:
Max: 10
-Layout/AlignParameters:
+Layout/ParameterAlignment:
Enabled: false