From 2265ef682f6e96aae6ab088e47fe5afa8a2dfdbf Mon Sep 17 00:00:00 2001 From: Carla Galarza Date: Wed, 16 Oct 2019 09:20:03 -0400 Subject: [PATCH] Skipping node_modules directory when running cops --- bixby_default.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bixby_default.yml b/bixby_default.yml index 2a6679a..55212db 100644 --- a/bixby_default.yml +++ b/bixby_default.yml @@ -7,6 +7,7 @@ AllCops: - 'script/**/*' - 'tmp/**/*' - 'vendor/**/*' + - 'node_modules/**/*' inherit_from: - bixby_rails_enabled.yml