用于PHPStan的错误格式化器,以JUnit格式输出错误
github.com/mglaman/phpstan-junit
源代码
问题
安装次数: 738,895
依赖项: 0
建议者: 0
安全性: 0
星标: 4
关注者: 2
分支: 5
开放问题: 1
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 48e044e98d94cfc8e60c5d56d9225126118d3c18
This package is auto-updated.
Last update: 2024-03-07 17:54:46 UTC
将以下内容添加到您的 phpstan.neon
phpstan.neon
services: errorFormatter.junit: class: PHPStan\Command\ErrorFormatter\JUnitErrorFormatter
现在您可以使用 --error-format=junit 格式化PHPStan的输出了。
--error-format=junit