diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-02-02 12:40:49 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-02-02 12:40:49 -0600 |
commit | 4fc0a6e943cedbf41ced19ef1c094e1c56f5ca9b (patch) | |
tree | 9bcc73326df5f4b82410d16b137beaee7346db37 /.rubocop.yml | |
parent | 4615d0995117e8369acc7b1f5f2b8497426ba5c7 (diff) | |
download | gitlab-ce-4fc0a6e943cedbf41ced19ef1c094e1c56f5ca9b.tar.gz |
ignore node_modules in rubocoprubocop-ignore-node-modules
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 1 |
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/**/*' |