Skip to content

Commit

Permalink
Document other supported --report file names (#3633)
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonAndre authored Jun 22, 2020
1 parent 9c17795 commit f2f5606
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/command_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,8 @@ function getPsalmHelpText(): string
Reports:
--report=PATH
The path where to output report file. The output format is based on the file extension.
(Currently supported format: ".json", ".xml", ".txt", ".emacs")
(Currently supported formats: ".json", ".xml", ".txt", ".emacs", ".pylint", "checkstyle.xml", "sonarqube.json",
"summary.json", "junit.xml")
--report-show-info[=BOOLEAN]
Whether the report should include non-errors in its output (defaults to true)
Expand Down

0 comments on commit f2f5606

Please sign in to comment.