.rubocop.yml in legion-json-0.1.2 vs .rubocop.yml in legion-json-0.1.6
- old
+ new
@@ -1,7 +1,7 @@
require: rubocop-performance
-Metrics/LineLength:
+Layout/LineLength:
Max: 120
Metrics/MethodLength:
Max: 30
Metrics/ClassLength:
Max: 1500
@@ -9,18 +9,16 @@
Max: 50
Layout/SpaceAroundEqualsInParameterDefault:
EnforcedStyle: space
Style/SymbolArray:
Enabled: true
-Layout/AlignHash:
+Layout/HashAlignment:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table
-Style/HashSyntax:
- EnforcedStyle: ruby19_no_mixed_keys
Style/Documentation:
Enabled: false
AllCops:
- TargetRubyVersion: 2.2
+ TargetRubyVersion: 2.5
Style/FrozenStringLiteralComment:
Enabled: false
Naming/FileName:
Enabled: false