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