Skip to content

feat: dql publish

feat: dql publish #22

Triggered via push January 5, 2024 11:08
Status Failure
Total duration 37s
Artifacts

test.yml

on: push
sonarcloud
27s
sonarcloud
Fit to window
Zoom out
Zoom in

Annotations

11 errors
sonarcloud
Process completed with exit code 1.
sonarcloud: client.go#L65
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
sonarcloud: client.go#L101
`if o.ConsumerEnabled` has complex nested blocks (complexity: 5) (nestif)
sonarcloud: client.go#L207
error returned from external package is unwrapped: sig: func (*golang.org/x/sync/errgroup.Group).Wait() error (wrapcheck)
sonarcloud: client.go#L217
error returned from external package is unwrapped: sig: func (github.com/twmb/franz-go/pkg/kgo.ProduceResults).FirstErr() error (wrapcheck)
sonarcloud: codec.go#L10
Comment should end in a period (godot)
sonarcloud: codec.go#L52
error returned from external package is unwrapped: sig: func encoding/json.Marshal(v any) ([]byte, error) (wrapcheck)
sonarcloud: codec.go#L55
Decode returns interface (T) (ireturn)
sonarcloud: codec.go#L59
error returned from external package is unwrapped: sig: func encoding/json.Unmarshal(data []byte, v any) error (wrapcheck)
sonarcloud: codec.go#L76
Decode returns interface (T) (ireturn)
sonarcloud: codec.go#L77
type assertion must be checked (forcetypeassert)