.rubocop.yml in mojo_magick-0.6.2 vs .rubocop.yml in mojo_magick-0.6.3
- old
+ new
@@ -3,8 +3,9 @@
inherit_from:
- ./.rubocop-common.yml
- ./.rubocop-performance.yml
-Metrics/MethodLength:
- Exclude:
- - "**/*test.rb"
+Metrics/CyclomaticComplexity:
+ Max: 10
+Metrics/PerceivedComplexity:
+ Max: 10