.rubocop.yml in with_model-2.1.6 vs .rubocop.yml in with_model-2.1.7
- old
+ new
@@ -5,10 +5,13 @@
- rubocop-rspec
- rubocop-minitest
AllCops:
NewCops: enable
- TargetRubyVersion: 2.6
+ TargetRubyVersion: 2.7
+ Exclude:
+ - 'bin/**/*'
+ - 'vendor/bundle/**/*'
Metrics/BlockLength:
Exclude:
- 'spec/**/*'
- 'with_model.gemspec'