config/.base_rubocop.yml in fablicop-1.1.1 vs config/.base_rubocop.yml in fablicop-1.1.2
- old
+ new
@@ -208,10 +208,13 @@
- "spec/**/*.rb"
- "test/**/*.rb"
- "app/admin/*.rb"
- "config/**/*.rb"
+# We discussed internally about this parameter and decided to follow this configuration.
+# https://github.com/onk/onkcop/blob/8066859d3d00328146c1da9e57bdd4a951974ef2/config/rubocop.yml#L113-L116
Metrics/AbcSize:
+ Max: 20
Exclude:
- "test/**/*.rb"
Metrics/ClassLength:
Exclude: