Skip to content

github(workflow): Add tensorflow dependencies to golangci-lint #32

github(workflow): Add tensorflow dependencies to golangci-lint

github(workflow): Add tensorflow dependencies to golangci-lint #32

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

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: cmd/directory/directory.go#L1
: # github.com/tphakala/birdnet-go/cmd/directory
lint: cmd/directory/directory.go#L22
ctx.Settings undefined (type *conf.Context has no field or method Settings)
lint: cmd/directory/directory.go#L23
not enough arguments in call to analysis.DirectoryAnalysis
lint: cmd/directory/directory.go#L28
ctx.Settings undefined (type *conf.Context has no field or method Settings) (typecheck)
lint: cmd/file/file.go#L1
: # github.com/tphakala/birdnet-go/cmd/file
lint: cmd/file/file.go#L22
ctx.Settings undefined (type *conf.Context has no field or method Settings)
lint: cmd/file/file.go#L23
not enough arguments in call to analysis.FileAnalysis
lint: cmd/file/file.go#L28
ctx.Settings undefined (type *conf.Context has no field or method Settings) (typecheck)
lint: internal/myaudio/buffers.go#L35
Error return value of `ringBuffer.Write` is not checked (errcheck)
lint: internal/myaudio/buffers.go#L85
Error return value is not checked (errcheck)