From 4fc0a6e943cedbf41ced19ef1c094e1c56f5ca9b Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Thu, 2 Feb 2017 12:40:49 -0600 Subject: ignore node_modules in rubocop --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) 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/**/*' -- cgit v1.2.3