Silence the linter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user