Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linter: use a buffered error channel (#1187)
This allows the linter to more gracefully exit from context cancellation. As seen in https://github.com/StyraInc/regal/actions/runs/11233013451/job/31225814604, this can cause test cases to timeout after there are errors. My understanding the error being attempted to be sent to the channel is a context cancellation error. Signed-off-by: Charlie Egan <[email protected]>
- Loading branch information