Skip to content

Commit

Permalink
chore: remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Aug 16, 2022
1 parent e8c3b15 commit 0fc898f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmd/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 := ""

Expand Down
1 change: 0 additions & 1 deletion cmd/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 := ""
Expand Down

0 comments on commit 0fc898f

Please # to comment.