free_mutant/.rubocop.yml

9 lines
133 B
YAML
Raw Normal View History

2014-01-02 15:50:08 -05:00
AllCops:
2014-05-27 10:46:00 -04:00
Include:
2014-01-02 15:50:08 -05:00
- 'Gemfile'
2014-05-27 10:46:00 -04:00
Exclude:
2014-01-02 15:50:08 -05:00
- 'Gemfile.devtools'
2014-05-27 10:46:00 -04:00
- 'vendor/**/*'
- 'tmp/**/*'
- 'benchmarks/**/*'