Initial implementation of Tendermint #6759
Annotations
9 errors
golangci-lint:
consensus/tendermint/propose_test.go#L533
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
consensus/tendermint/propose_test.go#L532
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
consensus/tendermint/propose.go#L8
cyclomatic complexity 42 of func `(*Tendermint).handleProposal` is high (> 15) (gocyclo)
|
golangci-lint:
consensus/tendermint/precommit.go#L9
cyclomatic complexity 18 of func `(*Tendermint).handlePrecommit` is high (> 15) (gocyclo)
|
golangci-lint:
consensus/tendermint/prevote.go#L115
unnecessary trailing newline (whitespace)
|
golangci-lint:
consensus/tendermint/tendermint.go#L316
unnecessary trailing newline (whitespace)
|
golangci-lint:
consensus/tendermint/tendermint_test.go#L278
unnecessary trailing newline (whitespace)
|
golangci-lint:
consensus/tendermint/prevote.go#L75
SA4003: every value of type uint is >= 0 (staticcheck)
|
golangci-lint
Process completed with exit code 2.
|
Loading