Skip to content

Add MQTT support

Add MQTT support #14

Triggered via pull request April 5, 2024 10:09
Status Failure
Total duration 54s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: internal/birdnet/analyze.go#L11
could not import github.com/tphakala/go-tflite (-: # github.com/tphakala/go-tflite
lint: internal/birdnet/birdnet.go#L36
undefined: tflite (typecheck)
lint: internal/birdnet/birdnet.go#L37
undefined: tflite (typecheck)
lint: internal/birdnet/analyze.go#L144
undefined: tflite (typecheck)
lint: internal/analysis/processor/actions.go#L155
undefined: errors (typecheck)
lint: cmd/directory/directory.go#L22
ctx.Settings undefined (type *conf.Context has no field or method Settings) (typecheck)
lint: cmd/directory/directory.go#L28
ctx.Settings undefined (type *conf.Context has no field or method Settings) (typecheck)
lint: cmd/file/file.go#L22
ctx.Settings undefined (type *conf.Context has no field or method Settings) (typecheck)
lint: internal/mqtt/mqtt.go#L53
S1002: should omit comparison to bool constant, can be simplified to `!c.internalClient.IsConnected()` (gosimple)
lint: internal/httpcontroller/init.go#L93
S1000: should use for range instead of for { select {} } (gosimple)