Skip to content

fix build

fix build #40

Triggered via push January 4, 2025 10:54
Status Failure
Total duration 3m 12s
Artifacts

golint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
lint: cmd/gocq/main.go#L412
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
lint: cmd/gocq/main.go#L418
superfluous-else: if block ends with call to log.Fatalf function, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
lint: cmd/gocq/qsign.go#L353
use of `fmt.Errorf` forbidden by pattern `^fmt\.Errorf$` (forbidigo)
lint
issues found
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636