mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Add scripts descriptions
This commit is contained in:
parent
b4bdb69012
commit
b946f2235f
@ -115,5 +115,13 @@
|
|||||||
"phpcs",
|
"phpcs",
|
||||||
"phpunit"
|
"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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user