Commit a29afc4f authored by Alfredo Sumaran's avatar Alfredo Sumaran

Merge branch 'rubocop-ignore-node-modules' into 'master'

Ignore node_modules in rubocop

See merge request !8942
parents 1c13cea7 4fc0a6e9
......@@ -17,6 +17,7 @@ AllCops:
# Exclude some GitLab files
Exclude:
- 'vendor/**/*'
- 'node_modules/**/*'
- 'db/*'
- 'db/fixtures/**/*'
- 'tmp/**/*'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment