MVP of smart producer #46
static-check.yaml
on: pull_request
static-check
40s
Check Go Formatting
11s
Annotations
7 errors
static-check:
main.go#L58
this value of err is never used (SA4006)
|
static-check:
pkg/stream/message_accumulator.go#L55
func (*messageAccumulator).isEmpty is unused (U1000)
|
static-check:
pkg/stream/producer_manager.go#L27
field confirmationChannels is unused (U1000)
|
static-check:
pkg/stream/producer_manager.go#L56
func (*producerManager).connect is unused (U1000)
|
static-check:
pkg/stream/producer_manager.go#L79
func (*producerManager).publishConfirmationListener is unused (U1000)
|
static-check:
pkg/stream/util.go#L79
func newAutoIncrementingSequence is unused (U1000)
|
static-check
Process completed with exit code 1.
|