diff --git a/cmd/validate.go b/cmd/validate.go index 9c440de..b52252b 100644 --- a/cmd/validate.go +++ b/cmd/validate.go @@ -58,7 +58,6 @@ func (vc *validateCommand) Synopsis() string { return "Validate the configuration file(s)" } -// parseFlags returns the list of config files, the output format and the base path func (vc *validateCommand) parseFlags() { out := "" diff --git a/cmd/verify.go b/cmd/verify.go index db3c2cf..60aa52d 100644 --- a/cmd/verify.go +++ b/cmd/verify.go @@ -44,7 +44,6 @@ func (vc *verifyCommand) Synopsis() string { return "Verify the ruleset against a project" } -// parseFlags returns the list of config files, the output format and the base path func (vc *verifyCommand) parseFlags() { cfs := configFiles{} out := ""