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

parent 1cbba3f9
Branches
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ phpstan: ...@@ -42,7 +42,7 @@ phpstan:
phpcs: phpcs:
extends: .static-analysis extends: .static-analysis
script: 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 allow_failure: true
rules: rules:
- !reference [.skip-mr, rules] - !reference [.skip-mr, rules]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment