summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-11-21 10:56:25 -0600
committerMike Greiling <mike@pixelcog.com>2017-01-10 12:30:39 -0600
commita2c1f2e0ea5ce1030ecfe4fa821b9268773baac5 (patch)
tree220a6f3228de83a06e05c793bc1efed7ded55d19 /.rubocop.yml
parent720650d2b0a978700edfd759c0928598f2b0ae0b (diff)
downloadgitlab-ce-a2c1f2e0ea5ce1030ecfe4fa821b9268773baac5.tar.gz
exempt node_modules from rubocop linting
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 80eb4a5c19e..3735a718c37 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -17,6 +17,7 @@ AllCops:
# Exclude some GitLab files
Exclude:
- 'vendor/**/*'
+ - 'node_modules/**/*'
- 'db/*'
- 'db/fixtures/**/*'
- 'tmp/**/*'