Skip to content

[PR BOT] Generate release testdata files (#6668) #20162

[PR BOT] Generate release testdata files (#6668)

[PR BOT] Generate release testdata files (#6668) #20162

Triggered via push September 11, 2023 00:56
Status Failure
Total duration 2m 5s
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: internal/pkg/ec2/list.go#L14
cyclomatic complexity 11 of func `ListInstances` is high (> 10) (gocyclo)
lint: internal/pkg/ec2/create.go#L29
var-naming: func parameter amiId should be amiID (revive)
lint: internal/pkg/ec2/tag.go#L11
var-naming: func parameter instanceId should be instanceID (revive)
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: internal/pkg/s3/upload.go#L14
exported: exported type UploadOpt should have comment or be unexported (revive)
lint: internal/pkg/s3/upload.go#L16
exported: exported function WithPublicRead should have comment or be unexported (revive)
lint: internal/pkg/s3/bucket.go#L9
exported: exported function GetBucketPublicURL should have comment or be unexported (revive)
lint: internal/pkg/s3/delete.go#L14
exported: exported function CleanUpS3Bucket should have comment or be unexported (revive)
lint: internal/pkg/s3/download.go#L14
exported: exported function Download 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/git/providers/github/github.go#L165
var-naming: func RepoUrl should be RepoURL (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/api/v1alpha1/awsdatacenterconfig_types.go#L33
exported: exported method AWSDatacenterConfig.Kind should have comment or be unexported (revive)
lint: pkg/api/v1alpha1/awsdatacenterconfig_types.go#L37
exported: exported method AWSDatacenterConfig.ExpectedKind should have comment or be unexported (revive)