Fix travis rubocop

This commit is contained in:
Artem Chernikov 2014-07-21 15:23:10 +02:00
parent ad2ec92cfa
commit 98e9dec252
2 changed files with 3 additions and 4 deletions

View file

@ -82,8 +82,7 @@ Lint/Void:
AllCops:
Include:
- Rakefile
- config.ru
- '**/Rakefile'
- '**/config.ru'
Exclude:
- db/schema.rb
- features/**/*