Skip to content

Commit 2352872

Browse files
committed
Ignore phpcs warnings
1 parent afffccc commit 2352872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: composer install
3535

3636
- name: Run PHP Codesniffer
37-
run: vendor/bin/phpcs --report=checkstyle -q | cs2pr
37+
run: vendor/bin/phpcs --report=checkstyle -q | cs2pr --graceful-warnings
3838

3939
phpstan:
4040
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)