bump golangci-lint to v1.50.1

Also fix a number of duplicate words.  Yet disable the new `dupword`
linter as it displays too many false positives.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2022-12-15 13:39:56 +01:00
parent a55bdfaf10
commit dcbf7b4481
19 changed files with 20 additions and 20 deletions

View File

@ -6,7 +6,7 @@ import (
"sync"
)
// WriteCloser is an io.WriteCloser that that proxies Write() calls to a channel
// WriteCloser is an io.WriteCloser that proxies Write() calls to a channel
// The []byte buffer of the Write() is queued on the channel as one message.
type WriteCloser interface {
io.WriteCloser