Skip to content

feat: add gnoutil, centralizing pkg/file matching #2374

feat: add gnoutil, centralizing pkg/file matching

feat: add gnoutil, centralizing pkg/file matching #2374

Triggered via pull request October 26, 2023 02:23
Status Failure
Total duration 6m 45s
Artifacts

misc.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
lint: gnovm/pkg/gnoutil/gnoutil.go#L342
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint: gnovm/pkg/gnoutil/gnoutil.go#L353
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint: gnovm/pkg/gnoutil/gnoutil.go#L367
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint
issues found