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
|
2026-02-24 14:17:31 +01:00
|
|
|
rules:
|
|
|
|
|
- linters:
|
|
|
|
|
- staticcheck
|
|
|
|
|
text: "QF1008:"
|