Allow disabling durable streams #111
Annotations
10 errors and 2 warnings
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#L24
require-error: for error assertions use require (testifylint)
|
Lint:
helpers_test.go#L43
require-error: for error assertions use require (testifylint)
|
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:
nats.go#L1
package-comments: should have a package comment (revive)
|
Lint:
options.go#L53
exported: comment on exported function NkeyConfig should be of the form "NkeyConfig ..." (revive)
|