Skip to content

Commit

Permalink
add nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Oct 25, 2023
1 parent a678fe1 commit b9c6c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/kic/oci/oci.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func checkRunning(p CreateParams) func() error {
}

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

0 comments on commit b9c6c6e

Please sign in to comment.