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 36e3523 commit 2b8e5a9Copy full SHA for 2b8e5a9
.github/workflows/reusable-php-lint.yml
@@ -48,11 +48,11 @@ jobs:
48
49
- name: Detect coding standard violations (PHPCS)
50
if: ${{ inputs.run-phpcs }}
51
- run: composer lint -- -q --report=checkstyle --severity=1 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 | cs2pr --debug
+ run: composer lint -- -q --report=checkstyle --severity=1 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 | cs2pr
52
53
- name: Detect PHPStan issues
54
if: ${{ inputs.run-phpstan }}
55
- run: composer phpstan -- --error-format=checkstyle | cs2pr --debug
+ run: composer phpstan -- --error-format=checkstyle | cs2pr
56
57
- name: Detect PHP Mess Detector issues
58
if: ${{ inputs.run-phpmd }}
0 commit comments