ignore node_modules in rubocop

This commit is contained in:
Mike Greiling 2017-02-02 12:40:49 -06:00
parent 4615d09951
commit 4fc0a6e943
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ AllCops:
# Exclude some GitLab files
Exclude:
- 'vendor/**/*'
- 'node_modules/**/*'
- 'db/*'
- 'db/fixtures/**/*'
- 'tmp/**/*'