feat: add timeout configuration to golangci-lint

Sets a timeout of 5 minutes for golangci-lint runs to ensure that 
linting completes in a timely manner and prevents long-running 
processes from blocking the CI pipeline.
This commit is contained in:
2024-12-28 18:16:57 +01:00
parent cc668505e6
commit 2861e9d067
+1
View File
@@ -1,2 +1,3 @@
run:
allow-parallel-runners: true
timeout: 5m