Skip to content

Commit

Permalink
add --graceful-warnings flag to cs2pr
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Dec 15, 2023
1 parent 4402230 commit b1ed6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Run PHP-CS-Fixer
# Using cs2pr settings, see: https://github.com/shivammathur/setup-php#tools-with-checkstyle-support
run: 'php-cs-fixer fix --dry-run --format checkstyle | cs2pr'
run: 'php-cs-fixer fix --dry-run --format checkstyle | cs2pr --graceful-warnings'

0 comments on commit b1ed6d7

Please sign in to comment.