.rubocop.yml in legion-transport-1.1.5 vs .rubocop.yml in legion-transport-1.1.6
- old
+ new
@@ -4,9 +4,13 @@
Max: 30
Metrics/ClassLength:
Max: 1500
Metrics/BlockLength:
Max: 50
+Metrics/PerceivedComplexity:
+ Max: 15
+Metrics/CyclomaticComplexity:
+ Max: 15
Layout/SpaceAroundEqualsInParameterDefault:
EnforcedStyle: space
Style/SymbolArray:
Enabled: true
Style/Documentation: