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:
samricotta
2022-08-11 15:53:17 +02:00
committed by GitHub
co-authored by William Banfield
parent fbd754b4de
commit dad439f115
49 changed files with 92 additions and 94 deletions
+1 -1
View File
@@ -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
}
-2
View File
@@ -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 {