free_mutant/.rubocop.yml
Markus Schirp 8701af8f40 Fix rubocop complaints
* Permissive semver pulled new rubocop on merge to master so fixing new
  flags here explicit
2016-03-05 03:37:22 +00:00

11 lines
199 B
YAML

AllCops:
Include:
- 'Gemfile'
Exclude:
- 'Gemfile.devtools'
- 'vendor/**/*'
- 'tmp/**/*'
- 'test_app/**/*'
- 'benchmarks/**/*'
- 'bin/mutant'
TargetRubyVersion: 2.2