Skip to content

chore: wait in the precommit step without re-scheduling #6022

chore: wait in the precommit step without re-scheduling

chore: wait in the precommit step without re-scheduling #6022

Triggered via pull request November 4, 2025 09:33
Status Failure
Total duration 54s
Artifacts

lint.yml

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

Annotations

9 errors
golangci-lint
issues found
golangci-lint: consensus/state.go#L1087
copylocks: handleTimeout passes lock by value: github.com/cometbft/cometbft/consensus/types.RoundState contains sync/atomic.Bool contains sync/atomic.noCopy (govet)
golangci-lint: consensus/state.go#L986
copylocks: call of cs.handleTimeout copies lock value: github.com/cometbft/cometbft/consensus/types.RoundState contains sync/atomic.Bool contains sync/atomic.noCopy (govet)
golangci-lint: consensus/state.go#L942
copylocks: assignment copies lock value to rs: github.com/cometbft/cometbft/consensus/types.RoundState contains sync/atomic.Bool contains sync/atomic.noCopy (govet)
golangci-lint: consensus/state.go#L305
copylocks: call of cmtjson.Marshal copies lock value: github.com/cometbft/cometbft/consensus/types.RoundState contains sync/atomic.Bool contains sync/atomic.noCopy (govet)
golangci-lint: consensus/state.go#L296
copylocks: assignment copies lock value to rs: github.com/cometbft/cometbft/consensus/types.RoundState contains sync/atomic.Bool contains sync/atomic.noCopy (govet)
golangci-lint: consensus/replay_file.go#L257
copylocks: call of fmt.Println copies lock value: github.com/cometbft/cometbft/consensus/types.RoundState contains sync/atomic.Bool contains sync/atomic.noCopy (govet)
golangci-lint: consensus/replay_file.go#L255
copylocks: assignment copies lock value to rs: github.com/cometbft/cometbft/consensus/types.RoundState contains sync/atomic.Bool contains sync/atomic.noCopy (govet)
golangci-lint: consensus/replay.go#L85
copylocks: call of cs.handleTimeout copies lock value: github.com/cometbft/cometbft/consensus/types.RoundState contains sync/atomic.Bool contains sync/atomic.noCopy (govet)