From 1695712cb17db877d6540cdb60d3958eee1daf50 Mon Sep 17 00:00:00 2001 From: xanish Date: Wed, 23 Oct 2024 23:36:01 +0530 Subject: [PATCH] fix: bad merge from upstream --- cmd/validator/validator.go | 4 ---- 1 file changed, 4 deletions(-) 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 */