mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 00:52:55 +00:00
Update golangci/golangci-lint to v1.56.2
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
@@ -82,7 +82,7 @@ type KRMFunctionVersion struct {
|
||||
|
||||
type KRMFunctionValidation struct {
|
||||
// OpenAPIV3Schema is the OpenAPI v3 schema for an instance of the KRM function.
|
||||
OpenAPIV3Schema *spec.Schema `yaml:"openAPIV3Schema,omitempty" json:"openAPIV3Schema,omitempty"` //nolint: tagliatelle
|
||||
OpenAPIV3Schema *spec.Schema `yaml:"openAPIV3Schema,omitempty" json:"openAPIV3Schema,omitempty"` //nolint:tagalign,tagliatelle
|
||||
}
|
||||
|
||||
type KRMFunctionNames struct {
|
||||
|
||||
@@ -713,8 +713,8 @@ func (a schemaProviderOnlyTest) Schema() (*spec.Schema, error) {
|
||||
}
|
||||
|
||||
type schemaProviderOnlyTest struct {
|
||||
Metadata Metadata `yaml:"metadata" json:"metadata"`
|
||||
Spec v1alpha1JavaSpringBootSpec `yaml:"spec" json:"spec"`
|
||||
Metadata Metadata `yaml:"metadata" json:"metadata"` //nolint:tagalign
|
||||
Spec v1alpha1JavaSpringBootSpec `yaml:"spec" json:"spec"` //nolint:tagalign
|
||||
}
|
||||
|
||||
func TestLoadFunctionConfig(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user