bump golang.org/x/tools to v0.28.0 #366
Annotations
10 errors and 1 warning
build
ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter
|
build
ginkgo-linter: wrong error assertion. Consider using `Eventually(func() error { return err }).Should(Succeed())` instead
|
build
ginkgo-linter: Success matcher does not support multiple values
|
build
ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter
|
build
ginkgo-linter: wrong error assertion. Consider using `Eventually(func() error { return err }).Should(Succeed())` instead
|
build
ginkgo-linter: Success matcher does not support multiple values
|
build
ginkgo-linter: prefer using the HaveOccurred matcher for non-function error value, instead of Succeed. Consider using `Expect(err).To(HaveOccurred())` instead
|
build
ginkgo-linter: prefer using the Succeed matcher for error function, instead of HaveOccurred. Consider using `Expect(func() error { return err }()).ToNot(Succeed())` instead
|
build
ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter
|
build
ginkgo-linter: wrong error assertion. Consider using `Eventually(func() error { return err }).Should(Succeed())` instead
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|