feat: zcli update #427
Annotations
11 errors
|
Lint:
src/cmd/update.go#L39
Error return value of `fmt.Scanln` is not checked (errcheck)
|
Lint:
src/cmd/root.go#L40
unnecessary leading newline (whitespace)
|
Lint:
src/cmd/root.go#L44
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint:
src/cmd/root.go#L52
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint:
src/cmd/update.go#L118
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint:
src/cmd/update.go#L126
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint:
src/cmd/update.go#L135
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint:
src/cmd/update.go#L139
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint:
src/cmd/update.go#L61
json(camel): got 'tag_name' want 'tagName' (tagliatelle)
|
Lint:
src/cmd/update.go#L76
"GET" can be replaced by http.MethodGet (usestdlibvars)
|
Loading