mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 09:49:13 +00:00
Update full linter list and enable some easily resolved new ones
This commit is contained in:
@@ -22,11 +22,13 @@ type Harness struct {
|
||||
}
|
||||
|
||||
func MakeHarness(t *testing.T) Harness {
|
||||
t.Helper()
|
||||
return MakeHarnessWithFs(t, filesys.MakeFsInMemory())
|
||||
}
|
||||
|
||||
func MakeHarnessWithFs(
|
||||
t *testing.T, fSys filesys.FileSystem) Harness {
|
||||
t.Helper()
|
||||
return Harness{
|
||||
t: t,
|
||||
fSys: fSys,
|
||||
|
||||
Reference in New Issue
Block a user