Merge pull request #10227 from k8s-infra-cherrypick-robot/cherry-pick-10128-to-release-1.8
[release-1.8] Fix golang-ci linter errors
This commit is contained in:
commit
443dfbe096
37 changed files with 206 additions and 162 deletions
|
|
@ -91,7 +91,7 @@ const (
|
|||
|
||||
// Configuration represents the content of nginx.conf file
|
||||
type Configuration struct {
|
||||
defaults.Backend `json:",squash"`
|
||||
defaults.Backend `json:",squash"` //nolint:staticcheck
|
||||
|
||||
// AllowSnippetAnnotations enable users to add their own snippets via ingress annotation.
|
||||
// If disabled, only snippets added via ConfigMap are added to ingress.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue