build(workflows): run CI workflows on PRs #1
Annotations
10 errors
golangci-lint:
pkg/sink/logsvcsink/bidistream_sink.go#L133
Error return value of `stream.CloseRequest` is not checked (errcheck)
|
golangci-lint:
pkg/sink/logsvcsink/bidistream_sink.go#L134
Error return value of `stream.CloseResponse` is not checked (errcheck)
|
golangci-lint:
pkg/tui/querier.go#L250
Error return value of `enc.Encode` is not checked (errcheck)
|
golangci-lint:
pkg/tui/querier.go#L255
Error return value of `enc.Encode` is not checked (errcheck)
|
golangci-lint:
cmd/humanlog/main.go#L78
Error return value of `cli.ShowAppHelp` is not checked (errcheck)
|
golangci-lint:
cmd/humanlog/main.go#L476
Error return value of `beeep.Beep` is not checked (errcheck)
|
golangci-lint:
pkg/retry/retry.go#L71
func `useSleepFn` is unused (unused)
|
golangci-lint:
pkg/tui/querier.go#L26
var `axisStyle` is unused (unused)
|
golangci-lint:
pkg/tui/querier.go#L29
var `labelStyle` is unused (unused)
|
golangci-lint:
logfmt_handler.go#L104
func `(*LogfmtHandler).setLevel` is unused (unused)
|
Loading