You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I've included all information below (version, config, etc).
I am not getting any issue reported .
for example, for the following struct , the comment is missing
type K8sClient interface {
GetKubernetesClient() *kubernetes.Clientset
GetDefaultNamespace() string
}
ideally i should get : exported type K8sClient should have comment or be unexported. but i am not getting any error . I also tried with multiple versions like 1.18.0, 1.24.0,1.25.0 but i get same results all the time .
Please include the following information:
Version of golangci-lint
$ golangci-lint --versiongolangci-lint has version 1.23.8 built from 76a82c6 on 2020-03-04T14:27:24Z
I am not getting any issue reported .
for example, for the following struct , the comment is missing
type K8sClient interface {
GetKubernetesClient() *kubernetes.Clientset
GetDefaultNamespace() string
}
ideally i should get : exported type K8sClient should have comment or be unexported. but i am not getting any error . I also tried with multiple versions like 1.18.0, 1.24.0,1.25.0 but i get same results all the time .
Please include the following information:
Version of golangci-lint
Config file
Go environment
Verbose output of running
The text was updated successfully, but these errors were encountered: