Allow to set tests to run in quick e2e buildspec (#7553) #23916
Annotations
10 errors and 11 warnings
lint:
pkg/crypto/validator.go#L11
exported: exported type DefaultTlsValidator should have comment or be unexported (revive)
|
lint:
pkg/crypto/validator.go#L13
exported: exported type TlsValidator should have comment or be unexported (revive)
|
lint:
pkg/crypto/certificategen.go#L17
exported: exported type CertificateGenerator should have comment or be unexported (revive)
|
lint:
pkg/crypto/ssh.go#L17
exported: comment on exported const SshKeySize should be of the form "SshKeySize ..." (revive)
|
lint:
pkg/crypto/tls.go#L14
exported: exported function SecureCipherSuitesString should have comment or be unexported (revive)
|
lint:
pkg/crypto/certificategen.go#L21
exported: exported function NewCertificateGenerator should have comment or be unexported (revive)
|
lint:
pkg/crypto/validator.go#L18
exported: exported function NewTlsValidator should have comment or be unexported (revive)
|
lint:
pkg/crypto/ssh.go#L18
var-naming: const SshKeySize should be SSHKeySize (revive)
|
lint:
pkg/crypto/ssh.go#L24
var-naming: func NewSshKeyPair should be NewSSHKeyPair (revive)
|
lint:
pkg/crypto/ssh.go#L57
var-naming: func NewSshKeyPairUsingFileWriter should be NewSSHKeyPairUsingFileWriter (revive)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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#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/clients/kubernetes/kubeconfig.go#L14
exported: exported function NewKubeconfigClient should have comment or be unexported (revive)
|
lint:
pkg/git/factory/gitfactory.go#L26
exported: exported type GitTools should have comment or be unexported (revive)
|