Skip to content

chore: fix linter errors #41

chore: fix linter errors

chore: fix linter errors #41

Triggered via push April 6, 2024 16:18
Status Failure
Total duration 49s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: internal/myaudio/buffers.go#L89
Error return value is not checked (errcheck)
lint: internal/myaudio/process.go#L63
S1021: should merge variable declaration with assignment on next line (gosimple)
lint: internal/httpcontroller/init.go#L93
S1000: should use for range instead of for { select {} } (gosimple)
lint: internal/observation/observation.go#L97
printf: fmt.Sprintf format %.1f has arg note.BeginTime of wrong type time.Time (govet)
lint: internal/observation/observation.go#L157
printf: fmt.Sprintf format %f has arg note.BeginTime of wrong type time.Time (govet)
lint: internal/httpcontroller/init.go#L63
ineffectual assignment to err (ineffassign)
lint: internal/analysis/processor/processor.go#L198
SA9003: empty branch (staticcheck)
lint: internal/analysis/realtime.go#L138
SA9003: empty branch (staticcheck)
lint: internal/analysis/realtime.go#L136
SA9003: empty branch (staticcheck)
lint
issues found