fix: file analysis restored #37
Annotations
10 errors
golangci-lint:
internal/myaudio/buffers.go#L35
Error return value of `ringBuffer.Write` is not checked (errcheck)
|
golangci-lint:
internal/myaudio/buffers.go#L85
Error return value is not checked (errcheck)
|
golangci-lint:
internal/myaudio/capture.go#L53
Error return value of `malgoCtx.Uninit` is not checked (errcheck)
|
golangci-lint:
internal/myaudio/capture.go#L135
Error return value of `device.Stop` is not checked (errcheck)
|
golangci-lint:
cmd/root.go#L29
Error return value is not checked (errcheck)
|
golangci-lint:
internal/birdnet/rangefilter.go#L230
func `mergeSpeciesLists` is unused (unused)
|
golangci-lint:
internal/analysis/processor/actions.go#L37
field `pcmData` is unused (unused)
|
golangci-lint:
internal/analysis/processor/execute.go#L18
var `speciesActionsMap` is unused (unused)
|
golangci-lint:
internal/analysis/processor/processor.go#L38
field `pcmDataExt` is unused (unused)
|
golangci-lint:
internal/mqtt/mqtt.go#L54
S1002: should omit comparison to bool constant, can be simplified to `!c.internalClient.IsConnected()` (gosimple)
|
Loading