Enable rubocop for tests too
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
6c4d48b8b9
commit
770eba73d4
1 changed files with 0 additions and 2 deletions
|
@ -993,8 +993,6 @@ Rails/Validation:
|
||||||
AllCops:
|
AllCops:
|
||||||
RunRailsCops: true
|
RunRailsCops: true
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'spec/**/*'
|
|
||||||
- 'features/**/*'
|
|
||||||
- 'vendor/**/*'
|
- 'vendor/**/*'
|
||||||
- 'db/**/*'
|
- 'db/**/*'
|
||||||
- 'tmp/**/*'
|
- 'tmp/**/*'
|
||||||
|
|
Loading…
Reference in a new issue