1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Add scripts descriptions

This commit is contained in:
ralila 2021-11-30 17:17:53 +01:00
parent b4bdb69012
commit b946f2235f

View File

@ -115,5 +115,13 @@
"phpcs",
"phpunit"
]
},
"scripts-descriptions": {
"all-tests": "Runs all available tests.",
"psalm": "Runs static analysis.",
"phpunit": "Runs unit tests.",
"cs": "Checks that the code conforms to the coding standard.",
"cs-fix": "Automatically correct coding standard violations.",
"tests": "Checks coding style and runs unit tests."
}
}