Files
authz_client/.golangci.yml
T
argoyle a76276787f 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.
2024-12-28 18:19:19 +01:00

4 lines
50 B
YAML

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