Skip to content
Snippets Groups Projects
Commit 850fa798 authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

FEATURE: Print php code sniffer errors to console

parent a8ca3c8b
1 merge request!44TASK: Resolve "Implement tests"
......@@ -27,8 +27,7 @@ lint:coding-guideline:
<<: *lint
script:
- mkdir result
- ./vendor/bin/phpcs -s -n --report-full=result/phpcs-full.txt --report-diff=result/phpcs-diff.txt --report-summary=result/phpcs-summary.txt
- cat result/phpcs-full.txt
- ./vendor/bin/phpcs -s -n --report=full --report-full=result/phpcs-full.txt --report-diff=result/phpcs-diff.txt --report-summary=result/phpcs-summary.txt
lint:php-mass-detection:
<<: *lint
script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment