fake pr to theck the changes in the sanity tests #343
Annotations
11 errors and 2 warnings
build
Process completed with exit code 1.
|
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: 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: 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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|