.rubocop.yml in lex-node-0.1.0 vs .rubocop.yml in lex-node-0.1.1
- old
+ new
@@ -4,20 +4,14 @@
Max: 30
Metrics/ClassLength:
Max: 1500
Metrics/BlockLength:
Max: 50
-Layout/SpaceAroundEqualsInParameterDefault:
- EnforcedStyle: space
-Style/SymbolArray:
- Enabled: true
-Layout/HashAlignment:
- EnforcedHashRocketStyle: table
- EnforcedColonStyle: table
Style/Documentation:
Enabled: false
AllCops:
TargetRubyVersion: 2.5
+ NewCops: enable
Style/FrozenStringLiteralComment:
Enabled: false
Naming/FileName:
Enabled: false
Style/ClassAndModuleChildren:
\ No newline at end of file