free_mutant/.rubocop.yml
Markus Schirp 2ce02af8aa Fix style
2014-12-22 01:32:51 +00:00

10 lines
174 B
YAML

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