Files
actions-runner-controller/.golangci.yaml
T

19 lines
470 B
YAML
Raw Normal View History

2025-04-17 23:14:31 +09:00
version: "2"
2022-09-20 20:08:22 -04:00
run:
2025-04-17 12:19:15 +02:00
timeout: 5m
2025-04-17 23:14:31 +09:00
linters:
settings:
errcheck:
exclude-functions:
- (net/http.ResponseWriter).Write
- (*net/http.Server).Shutdown
- (*github.com/actions/actions-runner-controller/simulator.VisibleRunnerGroups).Add
- (*github.com/actions/actions-runner-controller/testing.Kind).Stop
exclusions:
presets:
- std-error-handling
rules:
- linters:
- staticcheck
text: "QF1008:"