Skip to content
Snippets Groups Projects
Verified Commit 07f3ea36 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

feat: skip phpcs warnings in CI


Signed-off-by: default avatarBart Jaskulski <bjaskulski@protonmail.com>
parent 1cbba3f9
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ phpstan:
phpcs:
extends: .static-analysis
script:
- vendor/bin/phpcs --report-junit=phpcs-junit.xml --report-full
- vendor/bin/phpcs --warning-severity=0 --report-junit=phpcs-junit.xml --report-full
allow_failure: true
rules:
- !reference [.skip-mr, rules]
......
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