-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout does not cause failing check #27
Comments
Just noticed the same issue, any plan to fix ? |
jimmidyson
added a commit
to nutanix-cloud-native/cluster-api-runtime-extensions-nutanix
that referenced
this issue
Oct 11, 2023
Without this, the reviewdog/action-golangci-lint action can give false positives. See reviewdog/action-golangci-lint#27 for details. This occurred in a GHA run in https://github.com/d2iq-labs/capi-runtime-extensions/actions/runs/6451051901/job/17511173049?pr=192#step:5:88.
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We noticed that our check was reporting false negatives because
golangci-lint
timed out.I think we could catch that by looking at the exit code: https://github.com/golangci/golangci-lint/blob/master/pkg/exitcodes/exitcodes.go#L8
The text was updated successfully, but these errors were encountered: