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:
2024-12-28 18:19:19 +01:00
parent 619bccdcf0
commit a76276787f
+1
View File
@@ -1,2 +1,3 @@
run:
allow-parallel-runners: true
timeout: 5m