config/rubocop.yml in rubocop-gem_dev-0.3.0 vs config/rubocop.yml in rubocop-gem_dev-0.4.0
- old
+ new
@@ -5,10 +5,14 @@
# Items in Gemfile are dev dependencies and we don't have to specify versions.
Bundler/GemVersion:
Enabled: false
-# We usually have LISENCE file that describes cipyright information.
+# ABC size 20 is pretty well-done actually.
+Metrics/AbcSize:
+ Max: 20
+
+# We usually have LICENSE file that describes copyright information.
Style/Copyright:
Enabled: false
# Double negation is a famous Ruby idiom,
# why not using it with confidence?