Skip to content

Commit

Permalink
Merge pull request #41 from pagemachine/parallel-lint-deprecations
Browse files Browse the repository at this point in the history
Show deprecations in PHP lint
  • Loading branch information
mbrodala authored Jan 8, 2024
2 parents 08c9716 + ff08c9b commit 412bc9b
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 @@ -59,7 +59,7 @@
"@lint:style",
"@analyze:php"
],
"lint:php": "parallel-lint --exclude vendor .",
"lint:php": "parallel-lint --show-deprecated --exclude vendor .",
"lint:style": "php-cs-fixer fix --dry-run --diff",
"test:unit": "phpunit --colors=always"
}
Expand Down

0 comments on commit 412bc9b

Please sign in to comment.