Skip to content

✨ NATS PubSub integration #15

✨ NATS PubSub integration

✨ NATS PubSub integration #15

Triggered via pull request October 9, 2024 13:58
@mfreeman451mfreeman451
synchronize #1
main
Status Failure
Total duration 1m 0s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
lint: errors.go#L12
var `errFailedToCreateConsumer` is unused (unused)
lint: client.go#L97
unnecessary leading newline (whitespace)
lint: connection_manager.go#L58
unnecessary leading newline (whitespace)
lint: client.go#L100
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"subscription manager is not initialized\")" (err113)
lint: client.go#L104
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"connection manager is not initialized\")" (err113)
lint: client.go#L108
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"jetstream is not initialized\")" (err113)
lint: client_test.go#L166
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"subscription error\")" (err113)
lint: pubsub_wrapper.go#L50
if statements should only be cuddled with assignments (wsl)
lint
issues found