golangci-lint #24531
Annotations
10 errors and 10 warnings
golangci-lint:
pkg/crypto/validator.go#L11
exported: exported type DefaultTlsValidator should have comment or be unexported (revive)
|
golangci-lint:
pkg/crypto/validator.go#L13
exported: exported type TlsValidator should have comment or be unexported (revive)
|
golangci-lint:
pkg/crypto/validator.go#L18
exported: exported function NewTlsValidator should have comment or be unexported (revive)
|
golangci-lint:
pkg/crypto/certificategen.go#L17
exported: exported type CertificateGenerator should have comment or be unexported (revive)
|
golangci-lint:
pkg/crypto/ssh.go#L17
exported: comment on exported const SshKeySize should be of the form "SshKeySize ..." (revive)
|
golangci-lint:
pkg/crypto/tls.go#L14
exported: exported function SecureCipherSuitesString should have comment or be unexported (revive)
|
golangci-lint:
pkg/crypto/certificategen.go#L21
exported: exported function NewCertificateGenerator should have comment or be unexported (revive)
|
golangci-lint:
pkg/crypto/ssh.go#L18
var-naming: const SshKeySize should be SSHKeySize (revive)
|
golangci-lint:
pkg/crypto/ssh.go#L24
var-naming: func NewSshKeyPair should be NewSSHKeyPair (revive)
|
golangci-lint:
pkg/crypto/ssh.go#L57
var-naming: func NewSshKeyPairUsingFileWriter should be NewSSHKeyPairUsingFileWriter (revive)
|
golangci-lint:
pkg/features/mutexmap_test.go#L6
dot-imports: should not use dot imports (revive)
|
golangci-lint:
pkg/features/features.go#L13
exported: exported function FeedGates should have comment or be unexported (revive)
|
golangci-lint:
pkg/features/features.go#L17
exported: exported type Feature should have comment or be unexported (revive)
|
golangci-lint:
pkg/features/features.go#L22
exported: exported function IsActive should have comment or be unexported (revive)
|
golangci-lint:
pkg/features/features.go#L31
exported: exported function CloudStackKubeVipDisabled should have comment or be unexported (revive)
|
golangci-lint:
pkg/features/features.go#L38
exported: exported function CheckpointEnabled should have comment or be unexported (revive)
|
golangci-lint:
pkg/features/features.go#L45
exported: exported function UseNewWorkflows should have comment or be unexported (revive)
|
golangci-lint:
pkg/features/features_test.go#L9
dot-imports: should not use dot imports (revive)
|
golangci-lint:
pkg/controller/clientutil/yaml.go#L9
exported: exported function YamlToClientObjects should have comment or be unexported (revive)
|
golangci-lint:
pkg/controller/clientutil/delete.go#L10
exported: exported function DeleteYaml should have comment or be unexported (revive)
|
Loading