Skip to content

Commit afabd11

Browse files
committed
chore: phpinsights with GitHub format
1 parent 5ba2dd7 commit afabd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"phpcs --colors --standard=PSR12 --exclude=Generic.Files.LineLength src tests",
6464
"phpstan analyse --level max src --ansi --no-interaction",
6565
"phpstan analyse --level 5 tests --ansi --no-interaction",
66-
"phpinsights analyse src --ansi --no-interaction"
66+
"phpinsights analyse src tests --ansi --no-interaction --format=github-action | sed -e \"s#::error file=$PWD/#::notice file=#g\""
6767
],
6868
"check-requirements": [
6969
"composer update \"petrknap/*\"",

0 commit comments

Comments
 (0)