mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Update full linter list and enable some easily resolved new ones
This commit is contained in:
@@ -1002,6 +1002,7 @@ spec:
|
||||
|
||||
// initSchema initializes the openAPI with the definitions from s
|
||||
func SettersSchema(t *testing.T, s string) *spec.Schema {
|
||||
t.Helper()
|
||||
dir, err := ioutil.TempDir("", "")
|
||||
assert.NoError(t, err)
|
||||
defer os.RemoveAll(dir)
|
||||
|
||||
Reference in New Issue
Block a user