Add checksum validation to store snapshots #435
Annotations
1 error and 1 warning
|
golangci-lint:
kv/shard_router_test.go#L16
[golangci] reported by reviewdog 🐶
calculated cyclomatic complexity for function newTestRaft is 14, max is 10 (cyclop)
Raw Output:
kv/shard_router_test.go:16:1: calculated cyclomatic complexity for function newTestRaft is 14, max is 10 (cyclop)
func newTestRaft(t *testing.T, id string, fsm raft.FSM) (*raft.Raft, func()) {
^
|
|
golangci-lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|