From c64d6a7d6f710584d58c055c0b7cf4d5f1d4940e Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 4 Aug 2021 16:24:39 +0200 Subject: [PATCH] PHPCS: enable caching ... to allow for faster scan results when scanning the VIPCS repo code itself. The cache will automatically be invalidated when anything which is relevant changes. --- .gitignore | 1 + .phpcs.xml.dist | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1c6a1b2f..4c8e37bd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ composer.lock phpcs.xml .phpcs.xml phpunit.xml +phpcs.cache diff --git a/.phpcs.xml.dist b/.phpcs.xml.dist index 01fc5ff9..424f4095 100644 --- a/.phpcs.xml.dist +++ b/.phpcs.xml.dist @@ -13,6 +13,9 @@ + + +