Modified the Woodpecker config to not report an error if there are only PHPCS warnings
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-07-21 13:38:01 -04:00
parent 122f78f69e
commit ca13abd573
+1 -1
View File
@@ -9,5 +9,5 @@ steps:
depends_on:
- install-deps
commands:
- ./vendor/bin/phpcs src/
- ./vendor/bin/phpcs --runtime-set ignore_warnings_on_exit 1