.rubocop.yml in patternfly-sass-2.9.0 vs .rubocop.yml in patternfly-sass-2.10.0
- old
+ new
@@ -16,10 +16,12 @@
EnforcedStyle: hash_rockets
IfUnlessModifier:
Enabled: false
LineLength:
Enabled: true
- Max: 100
+ Max: 160
+Metrics/AbcSize:
+ Enabled: false
MethodLength:
Max: 50
CountComments: false
ModuleFunction:
# The module_function declaration makes methods private so it means you can't use the module as a module.