From fe938f570bfb359d1a7cb134c5fd8d33d95e1fd0 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Thu, 21 Sep 2023 18:45:40 +0100 Subject: [PATCH] Issue #3387339 by bbrala, longwave, catch, fjgarlin: Integrate codequality reports into Gitlab --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3003db4f57bd..a8048cb418a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -276,8 +276,6 @@ stages: '🧹 CSS linting (stylelint)': <<: [ *with-yarn-cache, *junit-artifacts, *default-job-settings-lint ] stage: 🪄 Lint - variables: - STYLELINT_CODE_QUALITY_REPORT: ../stylelint-quality-report.json script: - yarn run --cwd=./core lint:css --color --custom-formatter=node_modules/stylelint-formatter-gitlab artifacts: @@ -294,8 +292,6 @@ stages: '🧹 JavaScript linting (eslint)': <<: [ *with-yarn-cache, *junit-artifacts, *default-job-settings-lint ] stage: 🪄 Lint - variables: - ESLINT_CODE_QUALITY_REPORT: ../eslint-quality-report.json script: - yarn --cwd=./core run -s lint:core-js-passing --format gitlab artifacts: -- GitLab