Skip to content
Triggered via push January 17, 2025 19:19
Status Failure
Total duration 2m 43s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

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