Skip to content

Add checksum validation to store snapshots #435

Add checksum validation to store snapshots

Add checksum validation to store snapshots #435

Triggered via pull request September 14, 2025 17:27
Status Success
Total duration 59s
Artifacts

golangci-lint.yml

on: pull_request
golangci-lint
55s
golangci-lint
Fit to window
Zoom out
Zoom in

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.