free_mutant/.rubocop.yml
2014-05-27 14:46:00 +00:00

8 lines
133 B
YAML

AllCops:
Include:
- 'Gemfile'
Exclude:
- 'Gemfile.devtools'
- 'vendor/**/*'
- 'tmp/**/*'
- 'benchmarks/**/*'