.rubocop.yml in legion-transport-1.1.6 vs .rubocop.yml in legion-transport-1.1.8
- old
+ new
@@ -4,10 +4,12 @@
Max: 30
Metrics/ClassLength:
Max: 1500
Metrics/BlockLength:
Max: 50
+ Exclude:
+ - 'spec/*/**.rb'
Metrics/PerceivedComplexity:
Max: 15
Metrics/CyclomaticComplexity:
Max: 15
Layout/SpaceAroundEqualsInParameterDefault:
@@ -17,9 +19,10 @@
Style/Documentation:
Enabled: false
AllCops:
TargetRubyVersion: 2.5
NewCops: enable
+ SuggestExtensions: false
Style/FrozenStringLiteralComment:
Enabled: false
Naming/FileName:
Enabled: false