We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e813d commit 60966b9Copy full SHA for 60966b9
.github/workflows/reusable-php-lint.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Detect coding standard violations (PHPCS)
50
if: ${{ inputs.run-phpcs }}
51
- run: composer lint -- -q --report=checkstyle | cs2pr --graceful-warnings
+ run: composer lint -- -q --report=checkstyle --severity=1 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 | cs2pr --graceful-warnings
52
53
- name: Detect PHPStan issues
54
if: ${{ inputs.run-phpstan }}
0 commit comments