Skip to content

Commit

Permalink
Merge pull request #112 from PHPCSStandards/feature/ghactions-lint-sh…
Browse files Browse the repository at this point in the history
…ow-deprecations

GH Actions: show deprecations when linting
  • Loading branch information
jrfnl committed Apr 23, 2022
2 parents c2c7498 + c32b2a2 commit b54b2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"prefer-stable": true,
"scripts" : {
"lint": [
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git"
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . --show-deprecated -e php --exclude vendor --exclude .git"
],
"install-devcs": [
"composer require --dev phpcsstandards/phpcsdevcs:\"^1.1.3\" --no-suggest --no-interaction"
Expand Down

0 comments on commit b54b2c9

Please sign in to comment.