Skip to content

Commit

Permalink
Silence a linter warning... for now!
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- committed Mar 12, 2019
1 parent 9404af6 commit 2498121
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ func getConsolidatedConfig(fs afero.Fs, cliConf Config, runner lib.Runner) (conf
return buildExecutionConfig(conf)
}

//TODO: remove ↓
//nolint:unparam
func validateConfig(conf Config) error {
errList := conf.Validate()
if len(errList) == 0 {
Expand Down

0 comments on commit 2498121

Please sign in to comment.