bump golang.org/x/tools to v0.28.0 #365
Annotations
10 errors and 1 warning
build
ginkgo-linter: multiple issues: timeout defined more than once; polling defined more than once
|
build
ginkgo-linter: multiple issues: only use time.Duration for timeout and polling in Eventually() or Consistently(); only use time.Duration for timeout and polling in Eventually() or Consistently(). Consider using `Consistently(func() bool { return true }, time.Second*10, time.Second).Should(BeTrue())` instead
|
build
ginkgo-linter: timeout must not be shorter than the polling interval
|
build
ginkgo-linter: must not use Expect with Should. Consider using `Expect(true).To(BeTrue())` instead
|
build
ginkgo-linter: must not use Expect with Should. Consider using `Expect(true).To(BeTrue())` instead
|
build
ginkgo-linter: wrong error assertion. Consider using `Expect(err).To(HaveOccurred())` instead
|
build
ginkgo-linter: wrong error assertion. Consider using `Expect(err).To(HaveOccurred())` instead
|
build
ginkgo-linter: wrong error assertion. Consider using `Expect(err).To(HaveOccurred())` instead
|
build
ginkgo-linter: asserting a non-error type with Succeed matcher
|
build
ginkgo-linter: the Success matcher does not support multiple values
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|