mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
PHAR: Include issue docs for SARIF output (#4925)
The SARIF report uses the Markdown files inside `docs/running_psalm/issues` for its output, so the files should be included in the PHAR.
This commit is contained in:
parent
c58f5603c3
commit
27f3331a81
@ -9,7 +9,12 @@
|
|||||||
"src/psalm-refactor.php"
|
"src/psalm-refactor.php"
|
||||||
],
|
],
|
||||||
"files-bin": ["config.xsd"],
|
"files-bin": ["config.xsd"],
|
||||||
"directories-bin" : ["assets", "dictionaries", "stubs"],
|
"directories-bin" : [
|
||||||
|
"assets",
|
||||||
|
"dictionaries",
|
||||||
|
"docs/running_psalm/issues",
|
||||||
|
"stubs"
|
||||||
|
],
|
||||||
"compactors" : [
|
"compactors" : [
|
||||||
"KevinGH\\Box\\Compactor\\PhpScoper"
|
"KevinGH\\Box\\Compactor\\PhpScoper"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user