From 110327281b6bb12a71b154188393b9cef832ad02 Mon Sep 17 00:00:00 2001 From: Serhii Doroshenkov Date: Fri, 1 Jul 2022 18:24:14 +0200 Subject: [PATCH] phpcs multistore support phpcs checks cache on multistore, this change adds multistore cache exclude --- config/ruleset.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/ruleset.xml b/config/ruleset.xml index 6845844e0b..f2641d5195 100644 --- a/config/ruleset.xml +++ b/config/ruleset.xml @@ -17,6 +17,7 @@ */tests/_helpers/* */tests/_output/* ./data/cache/* + data/*/cache/* */node_modules/* */docker/generator/*