We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba2dd7 commit afabd11Copy full SHA for afabd11
composer.json
@@ -63,7 +63,7 @@
63
"phpcs --colors --standard=PSR12 --exclude=Generic.Files.LineLength src tests",
64
"phpstan analyse --level max src --ansi --no-interaction",
65
"phpstan analyse --level 5 tests --ansi --no-interaction",
66
- "phpinsights analyse src --ansi --no-interaction"
+ "phpinsights analyse src tests --ansi --no-interaction --format=github-action | sed -e \"s#::error file=$PWD/#::notice file=#g\""
67
],
68
"check-requirements": [
69
"composer update \"petrknap/*\"",
0 commit comments