We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 031b57f + 739d431 commit 735a612Copy full SHA for 735a612
1 file changed
.github/workflows/reusable-code-quality.yml
@@ -29,6 +29,7 @@ jobs:
29
uses: shivammathur/setup-php@v2
30
with:
31
php-version: 'latest'
32
+ ini-values: zend.assertions=1, error_reporting=-1, display_errors=On
33
tools: cs2pr
34
env:
35
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -50,7 +51,7 @@ jobs:
50
51
52
- name: Run Linter
53
if: steps.check_linter_file.outputs.files_exists == 'true'
- run: vendor/bin/parallel-lint -j 10 . --exclude vendor --checkstyle | cs2pr
54
+ run: vendor/bin/parallel-lint -j 10 . --show-deprecated --exclude vendor --exclude .git --checkstyle | cs2pr
55
56
phpcs: #----------------------------------------------------------------------
57
name: PHPCS
0 commit comments