Merge pull request #103 from isZumpo/fix_go_lint #34
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)
|