fix(deps): update module golang.org/x/sync to v0.17.0 #415
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()) {
^
1 issues:
* cyclop: 1
|
|
golangci-lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|