Skip to content

Add MQTT support

Add MQTT support #18

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

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: internal/conf/config.go#L1
: # github.com/tphakala/birdnet-go/internal/conf
lint: internal/conf/config.go#L80
syntax error: unexpected func, expected field name or embedded type
lint: internal/conf/config.go#L82
syntax error: unexpected if, expected field name or embedded type
lint: internal/conf/config.go#L83
syntax error: unexpected comma in struct type; possibly missing semicolon or newline or } (typecheck)
lint: internal/conf/config.go#L80
expected '}', found 'func' (typecheck)
lint: internal/conf/config.go#L82
expected '}', found 'if' (typecheck)
lint: internal/conf/config.go#L83
expected declaration, found 'return' (typecheck)
lint: internal/datastore/interfaces.go#L10
could not import github.com/tphakala/birdnet-go/internal/conf (-: # github.com/tphakala/birdnet-go/internal/conf
lint: internal/conf/config.go#L80
syntax error: unexpected func, expected field name or embedded type
lint: internal/conf/config.go#L82
syntax error: unexpected if, expected field name or embedded type