Skip to content

Commit

Permalink
fix: bad merge from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
xanish committed Oct 23, 2024
1 parent 905e264 commit 1695712
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/validator/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ optional flags:
-exclude-file-types string
A comma separated list of file types to ignore
-reporter string
<<<<<<< HEAD
A colon-separated string of report formats with optional output file paths.
Usage: --reporter <format>:<optional_file_path>
Multiple reporters can be specified: --reporter json:file_path.json --reporter junit:another_file_path.xml
Omit the file path to output to stdout: --reporter json or explicitly specify stdout using "-": --reporter json:-
Supported formats: standard, json, junit (default: "standard")
=======
Format of the printed report. Options are standard, json, junit and sarif (default "standard")
>>>>>>> main
-version
Version prints the release version of validator
*/
Expand Down

0 comments on commit 1695712

Please sign in to comment.