8701af8f40
* Permissive semver pulled new rubocop on merge to master so fixing new flags here explicit
11 lines
199 B
YAML
11 lines
199 B
YAML
AllCops:
|
|
Include:
|
|
- 'Gemfile'
|
|
Exclude:
|
|
- 'Gemfile.devtools'
|
|
- 'vendor/**/*'
|
|
- 'tmp/**/*'
|
|
- 'test_app/**/*'
|
|
- 'benchmarks/**/*'
|
|
- 'bin/mutant'
|
|
TargetRubyVersion: 2.2
|