.rubocop.yml in enroute-0.0.1 vs .rubocop.yml in enroute-0.0.2
- old
+ new
@@ -2,10 +2,9 @@
inherit_gem:
rubocop-fnando: .rubocop.yml
AllCops:
TargetRubyVersion: 2.7
+ NewCops: enable
-Metrics/BlockLength:
- Exclude:
- - test/**/*.rb
- - "*.gemspec"
+Metrics:
+ Enabled: false