Enable rubocop for tests too

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2015-06-22 13:35:02 +02:00
parent 6c4d48b8b9
commit 770eba73d4
No known key found for this signature in database
GPG key ID: 161B5D6A44D3D88A

View file

@ -993,8 +993,6 @@ Rails/Validation:
AllCops:
RunRailsCops: true
Exclude:
- 'spec/**/*'
- 'features/**/*'
- 'vendor/**/*'
- 'db/**/*'
- 'tmp/**/*'