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>2017-02-02 21:40:49 +0300
committerMike Greiling <mike@pixelcog.com>2017-02-02 21:40:49 +0300
commit4fc0a6e943cedbf41ced19ef1c094e1c56f5ca9b (patch)
tree9bcc73326df5f4b82410d16b137beaee7346db37 /.rubocop.yml
parent4615d0995117e8369acc7b1f5f2b8497426ba5c7 (diff)
ignore node_modules in rubocop
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 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/**/*'