Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-11-21 19:56:25 +0300
committerMike Greiling <mike@pixelcog.com>2017-01-10 21:30:39 +0300
commita2c1f2e0ea5ce1030ecfe4fa821b9268773baac5 (patch)
tree220a6f3228de83a06e05c793bc1efed7ded55d19 /.rubocop.yml
parent720650d2b0a978700edfd759c0928598f2b0ae0b (diff)
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/**/*'