Run Linters #1
Annotations
10 errors and 1 warning
Run golangci-lint:
client/download.go#L222
Error return value of `progressBar.Set64` is not checked (errcheck)
|
Run golangci-lint:
cmd/catalogue.go#L253
Error return value of `bar.Finish` is not checked (errcheck)
|
Run golangci-lint:
cmd/catalogue.go#L360
Error return value of `cmd.MarkFlagRequired` is not checked (errcheck)
|
Run golangci-lint:
cmd/catalogue.go#L361
Error return value of `cmd.MarkFlagRequired` is not checked (errcheck)
|
Run golangci-lint:
client/download.go#L143
ineffectual assignment to err (ineffassign)
|
Run golangci-lint:
client/download.go#L145
ineffectual assignment to err (ineffassign)
|
Run golangci-lint:
db/user.go#L35
SA4022: the address of a variable cannot be nil (staticcheck)
|
Run golangci-lint:
client/download.go#L254
SA6005: should use strings.EqualFold instead (staticcheck)
|
Run golangci-lint:
client/download.go#L303
SA6005: should use strings.EqualFold instead (staticcheck)
|
Run golangci-lint
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading