feat: zcli update #429
Annotations
7 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#L61
json(camel): got 'tag_name' want 'tagName' (tagliatelle)
|
Lint:
src/cmd/update.go#L76
"GET" can be replaced by http.MethodGet (usestdlibvars)
|
Lint
Process completed with exit code 1.
|
Loading