Skip to content

Add Natjs KeyValue Store #115

Add Natjs KeyValue Store

Add Natjs KeyValue Store #115

Triggered via pull request December 1, 2023 15:27
Status Failure
Total duration 1m 33s
Artifacts

pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Lint: context.go#L15
assignments should only be cuddled with other assignments (wsl)
Lint: helpers_test.go#L14
import 'github.com/nats-io/nats-server/v2/server' is not allowed from list 'Main' (depguard)
Lint: helpers_test.go#L15
import 'github.com/pkg/errors' is not allowed from list 'Main' (depguard)
Lint: helpers_test.go#L16
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
Lint: helpers_test.go#L17
import 'github.com/test-go/testify/require' is not allowed from list 'Main' (depguard)
Lint: helpers_test.go#L128
require-error: for error assertions use require (testifylint)
Lint: helpers_test.go#L135
Error return value of `filepath.Glob` is not checked (errcheck)
Lint: helpers_test.go#L137
Error return value of `os.RemoveAll` is not checked (errcheck)
Lint: helpers_test.go#L139
Error return value of `os.RemoveAll` is not checked (errcheck)
Lint: helpers_test.go#L158
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Lint: helpers_test.go#L153
unused-parameter: parameter 'format' seems to be unused, consider removing or renaming it as _ (revive)
Lint: helpers_test.go#L172
unused-parameter: parameter 'format' seems to be unused, consider removing or renaming it as _ (revive)