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
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 <charlie@styra.com>
- Loading branch information