From e51424c7b3a91a2aff64602abfddfbd2650f77f6 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Thu, 15 May 2025 19:30:44 -0700
Subject: [PATCH] Fix PHPCS, for real

---
 plugins/templates/matrix.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/templates/matrix.yml b/plugins/templates/matrix.yml
index 5195b7e..4e7703b 100644
--- a/plugins/templates/matrix.yml
+++ b/plugins/templates/matrix.yml
@@ -93,7 +93,7 @@ PHPCS:
     - composer global config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
     - composer global require automattic/vipwpcs
     - composer global require phpcompatibility/phpcompatibility-wp
-    - phpcs --config-set installed_paths $HOME/.composer/vendor/wp-coding-standards/wpcs,$HOME/.composer/vendor/automattic/vipwpcs,$HOME/.composer/vendor/phpcompatibility/php-compatibility,$HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie,$HOME/.composer/vendor/phpcompatibility/phpcompatibility-wp,$HOME/.composer/vendor/sirbrillig/phpcs-variable-analysis
+    - phpcs -i
     - phpcs --config-show
   script:
     - phpcs -n
-- 
GitLab