From 9e5361dd229a1392f248ab3aa030772fb7537ece Mon Sep 17 00:00:00 2001 From: Jon McPartland Date: Thu, 5 May 2022 16:42:22 +0100 Subject: [PATCH] Allow PHPCS to cache its report results Uses system temp directory if none specified, so there's no need to worry about .gitignore. Although it has no impact on initial runs, it *significantly* improves the speed of subsequent runs. --- BigBite/ruleset.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/BigBite/ruleset.xml b/BigBite/ruleset.xml index 38cbd52..1be8a7d 100644 --- a/BigBite/ruleset.xml +++ b/BigBite/ruleset.xml @@ -8,6 +8,7 @@ + */.git/*