aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2018-10-05 21:14:15 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2018-10-05 21:14:15 +0530
commit2eb408cc2fe3ebd3a9e31dca9db21ea8a9e80740 (patch)
treed4a43de8d2aa15e56345d78c8acf792c9a0de0f9 /.rubocop.yml
parent049a690e2a2050e3b0524a74ddb81ad2495830de (diff)
downloadrails-2eb408cc2fe3ebd3a9e31dca9db21ea8a9e80740.tar.gz
rails-2eb408cc2fe3ebd3a9e31dca9db21ea8a9e80740.tar.bz2
rails-2eb408cc2fe3ebd3a9e31dca9db21ea8a9e80740.zip
Skip node_modules dir in the rubocop check
- Otherwise it is running the check against all files in node_modules
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 33791588cb..615a229432 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -8,6 +8,7 @@ AllCops:
- '**/vendor/**/*'
- 'actionpack/lib/action_dispatch/journey/parser.rb'
- 'railties/test/fixtures/tmp/**/*'
+ - 'node_modules/**/*'
Performance:
Exclude: