2022-09-20 20:08:22 -04:00
|
|
|
run:
|
|
|
|
|
timeout: 3m
|
|
|
|
|
output:
|
2024-05-17 14:42:46 +02:00
|
|
|
formats:
|
|
|
|
|
- format: github-actions
|
|
|
|
|
path: stdout
|
2022-09-20 20:08:22 -04:00
|
|
|
linters-settings:
|
|
|
|
|
errcheck:
|
|
|
|
|
exclude-functions:
|
|
|
|
|
- (net/http.ResponseWriter).Write
|
|
|
|
|
- (*net/http.Server).Shutdown
|
2022-12-28 01:38:34 +01:00
|
|
|
- (*github.com/actions/actions-runner-controller/simulator.VisibleRunnerGroups).Add
|
|
|
|
|
- (*github.com/actions/actions-runner-controller/testing.Kind).Stop
|
2022-09-20 20:08:22 -04:00
|
|
|
issues:
|
|
|
|
|
exclude-rules:
|
|
|
|
|
- path: controllers/suite_test.go
|
|
|
|
|
linters:
|
|
|
|
|
- staticcheck
|
|
|
|
|
text: "SA1019"
|