Add Natjs KeyValue Store #116
Annotations
10 errors
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/test-go/testify/require' is not allowed from list 'Main' (depguard)
|
Lint:
nats.go#L11
import 'github.com/cornelk/hashmap' is not allowed from list 'Main' (depguard)
|
Lint:
nats.go#L12
import 'github.com/nats-io/nats.go' is not allowed from list 'Main' (depguard)
|
Lint:
nats.go#L13
import 'github.com/pkg/errors' is not allowed from list 'Main' (depguard)
|
Lint:
nats.go#L164
cyclomatic complexity 25 of func `(*natsStore).Read` is high (> 15) (gocyclo)
|
Lint:
nats_test.go#L9
import 'github.com/google/uuid' is not allowed from list 'Main' (depguard)
|
Lint:
nats_test.go#L10
import 'github.com/nats-io/nats.go' is not allowed from list 'Main' (depguard)
|