From ae591058b47e1ff57f4afc3a3bf90fef64721ae5 Mon Sep 17 00:00:00 2001 From: ivangrynenko Date: Thu, 21 Feb 2019 11:27:17 +1100 Subject: [PATCH] Added node_modules exclude for PHPCS --- tests/phpcs.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpcs.xml b/tests/phpcs.xml index 9e926065b..1c2db0d35 100755 --- a/tests/phpcs.xml +++ b/tests/phpcs.xml @@ -23,6 +23,9 @@ *library*\.js *libraries*\.js + + + web/themes/custom/*/node_modules/* *\.bean\.*