Skip to content

Commit b9c6c6e

Browse files
committed
add nolint
1 parent a678fe1 commit b9c6c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/drivers/kic/oci/oci.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func checkRunning(p CreateParams) func() error {
147147
}
148148

149149
// CreateContainerNode creates a new container node
150-
func CreateContainerNode(p CreateParams) error {
150+
func CreateContainerNode(p CreateParams) error { //nolint to suppress cyclomatic complexity
151151
// on windows os, if docker desktop is using Windows Containers. Exit early with error
152152
if p.OCIBinary == Docker && runtime.GOOS == "windows" {
153153
info, err := DaemonInfo(p.OCIBinary)

0 commit comments

Comments
 (0)