Skip to content

Commit

Permalink
Merge pull request #105 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 be69f68 + d8b9ceb commit 40911a8
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 @@ -87,7 +87,7 @@
"@analyze:php",
"@lint:xml"
],
"lint:php": "parallel-lint --exclude bin --exclude vendor --exclude web .",
"lint:php": "parallel-lint --show-deprecated --exclude bin --exclude vendor --exclude web .",
"lint:style": "phpcs",
"lint:xml": "xmllint --pattern '*.xlf,*.svg' Resources --ansi",
"test": [
Expand Down

0 comments on commit 40911a8

Please sign in to comment.