.rubocop.yml in receptacle-1.0.0 vs .rubocop.yml in receptacle-2.0.0
- old
+ new
@@ -1,19 +1,16 @@
require: rt_rubocop_defaults
AllCops:
- TargetRubyVersion: 2.4
+ TargetRubyVersion: 2.6
+ # vendor directory is used by github actions and causes issues if not excluded here
Exclude:
- - Dangerfile
+ - vendor/bundle/**/*
-Metrics/LineLength:
- Max: 99
- Exclude:
- - test/*
-
Metrics/BlockLength:
Exclude:
- '*.gemspec'
+ - 'spec/*'
Metrics/AbcSize:
Exclude:
- test/*