feat: add timeout configuration to golangci-lint
Sets a timeout of 5 minutes for golangci-lint to improve performance and prevent long-running linting processes. This change ensures that the linting process completes within a reasonable time frame, enhancing the development workflow.
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
run:
|
run:
|
||||||
allow-parallel-runners: true
|
allow-parallel-runners: true
|
||||||
|
timeout: 5m
|
||||||
|
|||||||
Reference in New Issue
Block a user