Skip to content

Verify the condition matches certaint amount of times before moving t… #20604

Verify the condition matches certaint amount of times before moving t…

Verify the condition matches certaint amount of times before moving t… #20604

Triggered via push October 6, 2023 13:05
Status Failure
Total duration 2m 19s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: pkg/config/proxy_test.go#L10
var-naming: var wantHttpsProxy should be wantHTTPSProxy (revive)
lint: pkg/config/proxy_test.go#L11
var-naming: var wantHttpProxy should be wantHTTPProxy (revive)
lint: pkg/workflow/workflow.go#L113
exported: comment on exported method Workflow.BindPostTaskHook should be of the form "BindPostTaskHook ..." (revive)
lint: pkg/utils/ptr/ptr.go#L20
exported: exported function Int should have comment or be unexported (revive)
lint: pkg/utils/ptr/ptr.go#L24
exported: exported function Int8 should have comment or be unexported (revive)
lint: pkg/utils/ptr/ptr.go#L28
exported: exported function Int16 should have comment or be unexported (revive)
lint: pkg/utils/ptr/ptr.go#L32
exported: exported function Int32 should have comment or be unexported (revive)
lint: pkg/utils/ptr/ptr.go#L36
exported: exported function Int64 should have comment or be unexported (revive)
lint: pkg/utils/ptr/ptr.go#L40
exported: exported function Uint should have comment or be unexported (revive)
lint: pkg/utils/ptr/ptr.go#L44
exported: exported function Uint8 should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L52
unexported-return: exported func New returns unexported type *github.githubProvider, which can be annoying to use (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#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: pkg/api/v1alpha1/cloudstackmachineconfig_types.go#L138
error-return: error should be the last type when returning multiple items (revive)
lint: pkg/api/v1alpha1/cloudstackmachineconfig_types.go#L58
exported: exported type SymlinkMaps should have comment or be unexported (revive)