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

fix: use reference, as extend doesnt merge fields

parent cc4763d7
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@
needs:
- prepare prefixed vendor
stage: tests
extends: .skip-mr
# Run phpstan in strict mode (failing pipeline) only if we have baseline, otherwise allow to fail with a warning, suggesting to create one. This behavior will change at the end of the year, when any PHPStan failure will be considered fatal
phpstan:
......@@ -22,6 +21,7 @@ phpstan:
fi
allow_failure: true
rules:
- !reference [.skip-mr, rules]
- exists:
- .phpstan-baseline.php
- .phpstan-baseline.neon
......@@ -33,5 +33,6 @@ phpcs:
- vendor/bin/phpcs
allow_failure: true
rules:
- !reference [.skip-mr, rules]
- exists:
- phpcs.xml.dist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment