From 59106db9170de044e42da516409f74c77b9992d0 Mon Sep 17 00:00:00 2001
From: Ted Bowman <ted+git@tedbow.com>
Date: Thu, 28 Dec 2023 21:48:58 -0500
Subject: [PATCH] remove phpcs testing for now

---
 .gitlab-ci.yml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index acdc3c28300a..0d341dd3d739 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -363,17 +363,6 @@ default:
     paths:
       - core/phpstan-baseline.neon
 
-'🧹 PHP Coding standards (PHPCS)':
-  <<: [ *with-composer, *default-job-settings-lint ]
-  stage: 🪄 Lint
-  variables:
-    KUBERNETES_CPU_REQUEST: "16"
-  script:
-    - composer phpcs -- --report-full --report-summary --report-\\Micheh\\PhpCodeSniffer\\Report\\Gitlab=phpcs-quality-report.json
-  artifacts:
-    reports:
-      codequality: phpcs-quality-report.json
-
 '🧹 JavaScript linting (eslint)':
   <<: [ *with-yarn, *default-job-settings-lint ]
   stage: 🪄 Lint
-- 
GitLab