Skip to content

Allow naming nats connections #94

Allow naming nats connections

Allow naming nats connections #94

Triggered via pull request August 3, 2023 09:32
Status Failure
Total duration 1m 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
Summary
Process completed with exit code 1.
Lint: helpers_test.go#L10
import 'github.com/nats-io/nats-server/v2/server' is not allowed from list 'Main' (depguard)
Lint: helpers_test.go#L11
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
Lint: helpers_test.go#L15
Error return value of `net.Listen` is not checked (errcheck)
Lint: helpers_test.go#L16
Error return value of `l.Close` is not checked (errcheck)
Lint: helpers_test.go#L20
test helper function should start from t.Helper() (thelper)
Lint: helpers_test.go#L62
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Lint: helpers_test.go#L67
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Lint: helpers_test.go#L72
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Lint: helpers_test.go#L77
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Lint: helpers_test.go#L82
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Lint: nats.go#L1
package-comments: should have a package comment (revive)