.rubocop.yml in syncem-0.1.2 vs .rubocop.yml in syncem-0.2.0
- old
+ new
@@ -1,26 +1,21 @@
AllCops:
DisplayCopNames: true
TargetRubyVersion: 2.3
+ SuggestExtensions: false
+ NewCops: enable
-Layout/EmptyLineAfterGuardClause:
- Enabled: false
-Layout/MultilineMethodCallIndentation:
- Enabled: false
Layout/EndOfLine:
EnforcedStyle: lf
-Metrics/AbcSize:
- Max: 65
-Metrics/BlockLength:
- Max: 30
Metrics/MethodLength:
Max: 50
-Metrics/ClassLength:
- Max: 180
+Layout/ParameterAlignment:
+ Enabled: false
+Style/OptionalBooleanParameter:
+ Enabled: false
Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Max: 10
-Metrics/ParameterLists:
- Max: 10
-Layout/AlignParameters:
- Enabled: false
+Metrics/AbcSize:
+ Max: 25
+