This repository has been archived on 2026-03-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sentrysetup/.golangci.yml
T
argoyle d3b4ed7572 feat(golangci): increase timeout for parallel runners to 5m
Sets the timeout for parallel runners in the golangci configuration to 
5 minutes to improve the efficiency of running multiple tasks without 
exceeding time limits.
2024-12-28 18:26:08 +01:00

4 lines
50 B
YAML

run:
allow-parallel-runners: true
timeout: 5m