summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-02 12:40:49 -0600
committerMike Greiling <mike@pixelcog.com>2017-02-02 12:40:49 -0600
commit4fc0a6e943cedbf41ced19ef1c094e1c56f5ca9b (patch)
tree9bcc73326df5f4b82410d16b137beaee7346db37
parent4615d0995117e8369acc7b1f5f2b8497426ba5c7 (diff)
downloadgitlab-ce-rubocop-ignore-node-modules.tar.gz
ignore node_modules in rubocoprubocop-ignore-node-modules
-rw-r--r--.rubocop.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index bf2b2d8afc2..cfff42e5c99 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -17,6 +17,7 @@ AllCops:
# Exclude some GitLab files
Exclude:
- 'vendor/**/*'
+ - 'node_modules/**/*'
- 'db/*'
- 'db/fixtures/**/*'
- 'tmp/**/*'