mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Update golangci/golangci-lint to v1.56.2
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ type App struct {
|
||||
Name string `yaml:"name"`
|
||||
} `yaml:"metadata"`
|
||||
Spec struct {
|
||||
Port int `yaml:"port" json:"port"`
|
||||
Port int `yaml:"port" json:"port"` //nolint:tagalign
|
||||
} `yaml:"spec" json:"spec"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user