.rubocop.yml in belated-0.6.3 vs .rubocop.yml in belated-0.6.4
- old
+ new
@@ -35,9 +35,12 @@
EnforcedStyle: braces_for_chaining
Style/ModuleFunction:
EnforcedStyle: extend_self
+Metrics/AbcSize:
+ Max: 17
+
Metrics/BlockLength:
Exclude:
- 'spec/**/*.rb'
Metrics/ClassLength:
\ No newline at end of file