You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I compiling cni, I use make command in cni directory, I get the following error:
pkg/version/reconcile_test.go:37:3: ginkgo-linter: asserting a non-error type with HaveOccurred matcher (ginkgolinter)
Expect(err).NotTo(HaveOccurred())
^
pkg/skel/skel_test.go:109:4: ginkgo-linter: asserting a non-error type with HaveOccurred matcher (ginkgolinter)
Expect(err).NotTo(HaveOccurred())
^
pkg/skel/skel_test.go:126:4: ginkgo-linter: asserting a non-error type with HaveOccurred matcher (ginkgolinter)
Expect(err).NotTo(HaveOccurred())
^
pkg/version/version.go:43:27: param min has same name as predeclared identifier (predeclared)
How to do I compile cni without error?
The text was updated successfully, but these errors were encountered:
When I compiling cni, I use make command in cni directory, I get the following error:
How to do I compile cni without error?
The text was updated successfully, but these errors were encountered: