Skip to content

better way to find the actual expression #340

better way to find the actual expression

better way to find the actual expression #340

Triggered via push November 4, 2024 12:00
Status Success
Total duration 4m 40s
Artifacts

sanity.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
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 comparison assertion. Consider using `Expect(exampleInt).To(Equal(42))` instead
build
ginkgo-linter: wrong comparison assertion. Consider using `Expect(exampleInt).ToNot(BeZero())` instead
build
ginkgo-linter: wrong comparison assertion. Consider using `Expect(exampleInt).To(BeNumerically(">", 4))` instead
build
ginkgo-linter: wrong boolean assertion. Consider using `Expect(exampleInt == 42).To(BeTrue())` instead
build
ginkgo-linter: wrong boolean assertion. Consider using `Expect(exampleInt != 0).To(BeTrue())` instead
build
ginkgo-linter: wrong boolean assertion. Consider using `Expect(exampleInt > 4).To(BeTrue())` instead
build
ginkgo-linter: wrong comparison assertion. Consider using `Expect(exampleInt).To(Equal(42))` instead
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