Commit 675dbc95 authored by catch's avatar catch
Browse files

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

(cherry picked from commit 2e96edba)
parent f360de0e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,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