We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We noticed that our check was reporting false negatives because golangci-lint timed out.
golangci-lint
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:
Just noticed the same issue, any plan to fix ?
Sorry, something went wrong.
build: Increase golangci-lint timeout for slower GHA runners
cc78ae3
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.
I think that's fixed by #622, especially 6a7cced
No branches or pull requests
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: