free_mutant/.rubocop.yml

9 lines
129 B
YAML
Raw Normal View History

2014-01-02 15:50:08 -05:00
AllCops:
Includes:
- 'Gemfile'
Excludes:
- 'Gemfile.devtools'
- 'vendor/**'
2014-04-10 12:35:51 -04:00
- 'tmp/**'
2014-01-02 15:50:08 -05:00
- 'benchmarks/**'