Update go
version and add lint
and bot
#2
Annotations
10 errors
examples/k8s-yaml-deserializer/main.go#L15
exported const AcceptedK8sTypes should have comment or be unexported
|
handlers/kube_test.go#L17
error var fakeError should have name of the form errFoo
|
handlers/service.go#L20
exported var HealthChan should have comment or be unexported
|
vendor/github.com/PuerkitoBio/purell/purell.go#L22
comment on exported type NormalizationFlags should be of the form "NormalizationFlags ..." (with optional leading article)
|
vendor/github.com/PuerkitoBio/purell/purell.go#L27
comment on exported const FlagLowercaseScheme should be of the form "FlagLowercaseScheme ..."
|
vendor/github.com/PuerkitoBio/purell/purell.go#L29
exported const FlagLowercaseHost should have comment (or a comment on this block) or be unexported
|
vendor/github.com/PuerkitoBio/purell/purell.go#L36
comment on exported const FlagRemoveTrailingSlash should be of the form "FlagRemoveTrailingSlash ..."
|
vendor/github.com/PuerkitoBio/purell/purell.go#L41
comment on exported const FlagRemoveDirectoryIndex should be of the form "FlagRemoveDirectoryIndex ..."
|
vendor/github.com/PuerkitoBio/purell/purell.go#L50
comment on exported const FlagDecodeDWORDHost should be of the form "FlagDecodeDWORDHost ..."
|
vendor/github.com/PuerkitoBio/purell/purell.go#L58
comment on exported const FlagsSafe should be of the form "FlagsSafe ..."
|
This job succeeded
Loading