free_mutant/.rubocop.yml

11 lines
174 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/**/*'
2014-12-21 20:28:30 -05:00
- 'test_app/**/*'
2014-05-27 10:46:00 -04:00
- 'benchmarks/**/*'
2014-12-21 20:28:30 -05:00
- 'bin/mutant'