.rubocop.yml in
metatron-0.4.2
vs .rubocop.yml in
metatron-0.5.0
- old
+ new
@@ -54,5 +54,8 @@
EnforcedStyle: double_quotes Style/StringConcatenation: Exclude: - 'Rakefile'
+
+RSpec/ExampleLength:
+ Max: 10