Open sinkcup opened 4 hours ago
now:
phpcs: script: vendor/bin/phpcs --report=full --report-\\Micheh\\PhpCodeSniffer\\Report\\Gitlab=phpcs-quality-report.json artifacts: reports: codequality: phpcs-quality-report.json
expect:
phpcs: script: - ./vendor/bin/phpcs --report=json --report-file=phpcs.json --standard=PSR12 src/ - ./vendor/bin/phpcs-gitlab phpcs.json phpcs-quality-report.json artifacts: reports: codequality: phpcs-quality-report.json
Why do you want to split it up?
now:
expect: