.rubocop.yml in percheron-0.7.16 vs .rubocop.yml in percheron-0.8.0
- old
+ new
@@ -17,13 +17,9 @@
Enabled: false
Style/GlobalVars:
Enabled: false
-Style/RegexpLiteral:
- EnforcedStyle: mixed
- AllowInnerSlashes: false
-
Metrics/ClassLength:
CountComments: false
Max: 150
Style/SpaceAroundEqualsInParameterDefault: