Add vscode task for psalm

pull/879/head
Kei 1 year ago committed by Realodix
parent 359b6ee2d4
commit c2cc4c3c3b

12
.vscode/tasks.json vendored

@ -33,6 +33,18 @@
"command": "./vendor/bin/phpstan analyse --generate-baseline",
"problemMatcher": []
},
{
"label": "[SA] Psalm",
"type": "shell",
"command": "./vendor/bin/psalm",
"problemMatcher": []
},
{
"label": "[SA] Psalm (baseline)",
"type": "shell",
"command": "./vendor/bin/psalm --set-baseline=psalm-baseline.xml",
"problemMatcher": []
},
{
"label": "[GIT] Commit",
"type": "shell",

Loading…
Cancel
Save