Silence the linter
This commit is contained in:
@@ -104,7 +104,7 @@ func handleRun(cmd *cobra.Command, opts *Options) (err error) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func run(cmd *cobra.Command, opts *Options) (err error) {
|
func run(cmd *cobra.Command, opts *Options) (err error) { //nolint:gocognit
|
||||||
|
|
||||||
// set download option
|
// set download option
|
||||||
registry.Online = opts.AllowDownload
|
registry.Online = opts.AllowDownload
|
||||||
|
|||||||
Reference in New Issue
Block a user