mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
Add codeclimate.json report (#5030)
This commit is contained in:
parent
2fbfc429b7
commit
b71ff1109a
@ -360,6 +360,7 @@ class ProjectAnalyzer
|
||||
$mapping = [
|
||||
'checkstyle.xml' => Report::TYPE_CHECKSTYLE,
|
||||
'sonarqube.json' => Report::TYPE_SONARQUBE,
|
||||
'codeclimate.json' => Report::TYPE_CODECLIMATE,
|
||||
'summary.json' => Report::TYPE_JSON_SUMMARY,
|
||||
'junit.xml' => Report::TYPE_JUNIT,
|
||||
'.xml' => Report::TYPE_XML,
|
||||
|
@ -388,7 +388,7 @@ Reports:
|
||||
--report=PATH
|
||||
The path where to output report file. The output format is based on the file extension.
|
||||
(Currently supported formats: ".json", ".xml", ".txt", ".emacs", ".pylint", ".console",
|
||||
".sarif", "checkstyle.xml", "sonarqube.json", "summary.json", "junit.xml")
|
||||
".sarif", "checkstyle.xml", "sonarqube.json", "codeclimate.json", "summary.json", "junit.xml")
|
||||
|
||||
--report-show-info[=BOOLEAN]
|
||||
Whether the report should include non-errors in its output (defaults to true)
|
||||
|
Loading…
Reference in New Issue
Block a user