free_mutant/.rubocop.yml

11 lines
174 B
YAML
Raw Normal View History

2014-01-02 21:50:08 +01:00
AllCops:
2014-05-27 14:46:00 +00:00
Include:
2014-01-02 21:50:08 +01:00
- 'Gemfile'
2014-05-27 14:46:00 +00:00
Exclude:
2014-01-02 21:50:08 +01:00
- 'Gemfile.devtools'
2014-05-27 14:46:00 +00:00
- 'vendor/**/*'
- 'tmp/**/*'
2014-12-22 01:28:30 +00:00
- 'test_app/**/*'
2014-05-27 14:46:00 +00:00
- 'benchmarks/**/*'
2014-12-22 01:28:30 +00:00
- 'bin/mutant'