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

Issue #3449852 by mondrake: Show error codes in PHPCS reports

parent 65627871
No related branches found
No related tags found
No related merge requests found
......@@ -330,7 +330,7 @@ default:
KUBERNETES_CPU_REQUEST: "16"
script:
- vendor/bin/phpcs --version
- composer phpcs -- --report-full --report-summary --report-\\Micheh\\PhpCodeSniffer\\Report\\Gitlab=phpcs-quality-report.json
- composer phpcs -- -s --report-full --report-summary --report-\\Micheh\\PhpCodeSniffer\\Report\\Gitlab=phpcs-quality-report.json
artifacts:
reports:
codequality: phpcs-quality-report.json
......
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