.rubocop.yml in legion-crypt-0.2.3 vs .rubocop.yml in legion-crypt-0.3.0
- old
+ new
@@ -5,28 +5,20 @@
Metrics/ClassLength:
Max: 1500
Metrics/BlockLength:
Max: 50
Metrics/CyclomaticComplexity:
- Max: 15
+ Max: 14
Metrics/AbcSize:
- Max: 20
+ Max: 17
Metrics/PerceivedComplexity:
- Max: 15
+ Max: 16
Naming/MethodParameterName:
Enabled: false
-Layout/SpaceAroundEqualsInParameterDefault:
- EnforcedStyle: space
-Style/SymbolArray:
- Enabled: true
-Layout/HashAlignment:
- EnforcedHashRocketStyle: table
- EnforcedColonStyle: table
Style/Documentation:
Enabled: false
AllCops:
TargetRubyVersion: 2.5
NewCops: enable
+ SuggestExtensions: false
Style/FrozenStringLiteralComment:
- Enabled: false
-Naming/FileName:
Enabled: false