Skip to content

feat(lint): allow configuring golangci_lint timeout

feat(lint): allow configuring golangci_lint timeout

This allows specifying a timeout for golangci_lint. The default remains 5m.

We shouldn't really be running into this, so it's advisable to look into why we're hitting this timeout when we do. But as a workaround it's handy to have this configurable.

Merge request reports

Loading