Silence the linter

This commit is contained in:
Daniel
2020-06-20 16:18:47 +02:00
parent 7926962567
commit 054817586a

View File

@@ -104,7 +104,7 @@ func handleRun(cmd *cobra.Command, opts *Options) (err error) {
return
}
func run(cmd *cobra.Command, opts *Options) (err error) {
func run(cmd *cobra.Command, opts *Options) (err error) { //nolint:gocognit
// set download option
registry.Online = opts.AllowDownload