mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 06:54:41 +00:00
Bump linter to 1.47 (#9218)
*bump linter to 1.47 Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
This commit is contained in:
co-authored by
William Banfield
parent
fbd754b4de
commit
dad439f115
+1
-1
@@ -23,7 +23,7 @@ type EventBusSubscriber interface {
|
||||
|
||||
type Subscription interface {
|
||||
Out() <-chan tmpubsub.Message
|
||||
Cancelled() <-chan struct{} // nolint: misspell
|
||||
Cancelled() <-chan struct{} //nolint: misspell
|
||||
Err() error
|
||||
}
|
||||
|
||||
|
||||
@@ -1663,8 +1663,6 @@ func (valz validatorsByPriority) Swap(i, j int) {
|
||||
valz[i], valz[j] = valz[j], valz[i]
|
||||
}
|
||||
|
||||
//-------------------------------------
|
||||
|
||||
type testValsByVotingPower []testVal
|
||||
|
||||
func (tvals testValsByVotingPower) Len() int {
|
||||
|
||||
Reference in New Issue
Block a user