From 0fc898f098831621058229e74e9469878546dde6 Mon Sep 17 00:00:00 2001 From: omissis Date: Tue, 16 Aug 2022 20:17:06 +0200 Subject: [PATCH] chore: remove old comments --- cmd/validate.go | 1 - cmd/verify.go | 1 - 2 files changed, 2 deletions(-) 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 := ""