Skip to content
Snippets Groups Projects
Commit fe938f57 authored by catch's avatar catch
Browse files

Issue #3387339 by bbrala, longwave, catch, fjgarlin: Integrate codequality reports into Gitlab

parent 3515f040
No related branches found
No related tags found
No related merge requests found
...@@ -276,8 +276,6 @@ stages: ...@@ -276,8 +276,6 @@ stages:
'🧹 CSS linting (stylelint)': '🧹 CSS linting (stylelint)':
<<: [ *with-yarn-cache, *junit-artifacts, *default-job-settings-lint ] <<: [ *with-yarn-cache, *junit-artifacts, *default-job-settings-lint ]
stage: 🪄 Lint stage: 🪄 Lint
variables:
STYLELINT_CODE_QUALITY_REPORT: ../stylelint-quality-report.json
script: script:
- yarn run --cwd=./core lint:css --color --custom-formatter=node_modules/stylelint-formatter-gitlab - yarn run --cwd=./core lint:css --color --custom-formatter=node_modules/stylelint-formatter-gitlab
artifacts: artifacts:
...@@ -294,8 +292,6 @@ stages: ...@@ -294,8 +292,6 @@ stages:
'🧹 JavaScript linting (eslint)': '🧹 JavaScript linting (eslint)':
<<: [ *with-yarn-cache, *junit-artifacts, *default-job-settings-lint ] <<: [ *with-yarn-cache, *junit-artifacts, *default-job-settings-lint ]
stage: 🪄 Lint stage: 🪄 Lint
variables:
ESLINT_CODE_QUALITY_REPORT: ../eslint-quality-report.json
script: script:
- yarn --cwd=./core run -s lint:core-js-passing --format gitlab - yarn --cwd=./core run -s lint:core-js-passing --format gitlab
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment