Skip to content

Commit af53dc2

Browse files
committed
Fix golangci-lint violations
This PR fixed golangci-lint violations in status_manager_test.go which would make all PR fail on the current CI. I'm ignoring staticcheck on that file rather than ignoring only the specific SA1019 as per this [1] issue on golangci-lint. [1] golangci/golangci-lint#741
1 parent 1f30134 commit af53dc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controller/statusmanager/status_manager_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package statusmanager
22

3+
//nolint:staticcheck
34
import (
45
"context"
56
"encoding/json"

0 commit comments

Comments
 (0)