mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user