mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
build: address nolintlint
errors from new golangci-lint
Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
committed by
mergify[bot]
parent
5913ed92fe
commit
81218a69f9
@ -21,7 +21,7 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
// nolint:lll // error string cannot be split into multiple lines as is a
|
||||
//nolint:lll // error string cannot be split into multiple lines as is a
|
||||
// output from kubectl.
|
||||
func TestGetStdErr(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
Reference in New Issue
Block a user