Skip to content

Commit f2f5606

Browse files
authored
Document other supported --report file names (#3633)
1 parent 9c17795 commit f2f5606

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/command_functions.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@ function getPsalmHelpText(): string
356356
Reports:
357357
--report=PATH
358358
The path where to output report file. The output format is based on the file extension.
359-
(Currently supported format: ".json", ".xml", ".txt", ".emacs")
359+
(Currently supported formats: ".json", ".xml", ".txt", ".emacs", ".pylint", "checkstyle.xml", "sonarqube.json",
360+
"summary.json", "junit.xml")
360361
361362
--report-show-info[=BOOLEAN]
362363
Whether the report should include non-errors in its output (defaults to true)

0 commit comments

Comments
 (0)