Update rubocop config

This commit is contained in:
Markus Schirp 2014-05-27 14:46:00 +00:00
parent 2ac889f306
commit cff1bceaed
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
AllCops:
Includes:
Include:
- 'Gemfile'
Excludes:
Exclude:
- 'Gemfile.devtools'
- 'vendor/**'
- 'tmp/**'
- 'benchmarks/**'
- 'vendor/**/*'
- 'tmp/**/*'
- 'benchmarks/**/*'

View file

@ -7,7 +7,7 @@ inherit_from: ../.rubocop.yml
AllCops:
Includes:
Include:
- '../**/*.rake'
- 'Gemfile'
- 'Gemfile.triage'