2026-03-13 14:36:41 +01:00
|
|
|
all: false
|
|
|
|
|
dir: "{{.InterfaceDir}}"
|
|
|
|
|
filename: mocks_test.go
|
|
|
|
|
force-file-write: true
|
|
|
|
|
formatter: goimports
|
|
|
|
|
log-level: info
|
|
|
|
|
structname: "{{.Mock}}{{.InterfaceName}}"
|
|
|
|
|
pkgname: "{{.SrcPackageName}}"
|
|
|
|
|
recursive: false
|
|
|
|
|
template: testify
|
2026-02-24 13:36:01 +01:00
|
|
|
packages:
|
|
|
|
|
github.com/actions/actions-runner-controller/cmd/ghalistener/metrics:
|
|
|
|
|
config:
|
2026-03-13 14:36:41 +01:00
|
|
|
all: true
|
|
|
|
|
github.com/actions/actions-runner-controller/controllers/actions.github.com:
|
|
|
|
|
config:
|
|
|
|
|
all: true
|