mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 19:50:30 +00:00
* Changed folder structure to allow multi group registration * included actions.github.com directory for resources and controllers * updated go module to actions/actions-runner-controller * publish arc packages under actions-runner-controller * Update charts/actions-runner-controller/docs/UPGRADING.md Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
18 lines
466 B
YAML
18 lines
466 B
YAML
run:
|
|
timeout: 3m
|
|
output:
|
|
format: github-actions
|
|
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
|
|
issues:
|
|
exclude-rules:
|
|
- path: controllers/suite_test.go
|
|
linters:
|
|
- staticcheck
|
|
text: "SA1019"
|