.rubocop.yml in consyncful-0.8.0 vs .rubocop.yml in consyncful-0.9.0
- old
+ new
@@ -1,5 +1,9 @@
inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 2.7
- NewCops: enable
\ No newline at end of file
+ NewCops: enable
+
+Metrics/BlockLength:
+ Exclude:
+ - 'spec/**/*'