Skip to content

Commit

Permalink
support composer taint-baseline on windows (#5252)
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Staab <47448731+clxmstaab@users.noreply.github.com>
  • Loading branch information
staabm and clxmstaab committed Jul 20, 2022
1 parent 992b3db commit e7c5640
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -121,7 +121,10 @@
"rector process --ansi"
],
"taint": "psalm --use-baseline=.tools/psalm/baseline-taint.xml --taint-analysis --no-cache --threads=1",
"taint-baseline": "psalm --set-baseline=.tools/psalm/baseline-taint.xml --taint-analysis --no-cache --threads=1; git checkout -- psalm.xml",
"taint-baseline": [
"psalm --set-baseline=.tools/psalm/baseline-taint.xml --taint-analysis --no-cache --threads=1",
"git checkout -- psalm.xml"
],
"sa": [
"@phpstan",
"@psalm"
Expand Down

0 comments on commit e7c5640

Please sign in to comment.