diff --git a/cmd/validator/validator.go b/cmd/validator/validator.go index bf5e0c9..a779d1e 100644 --- a/cmd/validator/validator.go +++ b/cmd/validator/validator.go @@ -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 : 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 */