Files
archived-github/workflow-templates/phpstan.properties.json
Grégoire Paris c5b75c1285 Split static analysis workflow
This should allow downstream projects to better prepare for the Psalm
removal: they can use the new phpstan workflow whenever they want to
drop Psalm, and when all of them do, then we can drop the static
analysis workflow form this repository.
2024-10-09 09:28:56 +02:00

12 lines
263 B
JSON

{
"name": "Static analysis with PHPStan",
"description": "Perform static analysis on the source code and tests",
"iconName": "doctrine-logo",
"categories": [
"PHP"
],
"filePatterns": [
"^phpstan\\.neon(?:\\.dist)$"
]
}