.rubocop.yml in grumlin-0.15.4 vs .rubocop.yml in grumlin-0.15.6
- old
+ new
@@ -58,9 +58,12 @@
Enabled: false
RSpec/DescribeClass:
Enabled: false
+RSpec/MultipleMemoizedHelpers:
+ Max: 7
+
Style/WordArray:
Exclude:
- spec/**/*_spec.rb
Style/StringLiterals: