Allow E2E tests for individual providers to be kicked off from CodeBu… #22539
Annotations
10 errors and 10 warnings
lint:
pkg/utils/unstructured/yaml.go#L11
exported: exported function YamlToUnstructured should have comment or be unexported (revive)
|
lint:
pkg/utils/unstructured/yaml.go#L16
exported: exported function UnstructuredToYaml should have comment or be unexported (revive)
|
lint:
pkg/workflow/workflow.go#L113
exported: comment on exported method Workflow.BindPostTaskHook should be of the form "BindPostTaskHook ..." (revive)
|
lint:
pkg/git/git.go#L8
exported: exported type Client should have comment or be unexported (revive)
|
lint:
pkg/git/git.go#L20
exported: exported type ProviderClient should have comment or be unexported (revive)
|
lint:
pkg/git/git.go#L29
exported: exported type CreateRepoOpts should have comment or be unexported (revive)
|
lint:
pkg/git/git.go#L38
exported: exported type GetRepoOpts should have comment or be unexported (revive)
|
lint:
pkg/git/git.go#L43
exported: exported type DeleteRepoOpts should have comment or be unexported (revive)
|
lint:
pkg/git/git.go#L48
exported: exported type AddDeployKeyOpts should have comment or be unexported (revive)
|
lint:
pkg/git/git.go#L56
exported: exported type Repository should have comment or be unexported (revive)
|
lint:
pkg/clients/kubernetes/kubeconfig.go#L14
exported: exported function NewKubeconfigClient should have comment or be unexported (revive)
|
lint:
pkg/git/providers/github/github.go#L19
exported: exported const GitProviderName should have comment (or a comment on this block) or be unexported (revive)
|
lint:
pkg/git/providers/github/github.go#L33
exported: exported type Options should have comment or be unexported (revive)
|
lint:
pkg/git/providers/github/github.go#L40
exported: type name will be used as github.GithubClient by other packages, and that stutters; consider calling this Client (revive)
|
lint:
pkg/git/providers/github/github.go#L52
exported: exported function New should have comment or be unexported (revive)
|
lint:
pkg/git/providers/github/github.go#L133
exported: exported function GetGithubAccessTokenFromEnv should have comment or be unexported (revive)
|
lint:
pkg/git/providers/github/github.go#L157
exported: exported type GitProviderNotFoundError should have comment or be unexported (revive)
|
lint:
pkg/git/providers/github/github.go#L165
exported: exported function RepoUrl should have comment or be unexported (revive)
|
lint:
pkg/git/providers/github/github.go#L22
var-naming: const githubUrlTemplate should be githubURLTemplate (revive)
|
lint:
internal/test/envtest/environment.go#L96
exported: exported type Environment should have comment or be unexported (revive)
|