File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ fileOrDirsLoop:
136136 }
137137 ctx := newCtx (options )
138138 contextsByDir [currentPath ] = ctx
139- if err := ctx .loadObjectsFromKustomize (currentPath , ignorePaths ); err != nil {
139+ if err := ctx .loadObjectsFromKustomize (currentPath ); err != nil {
140140 return fmt .Errorf ("loading kustomization: %w" , err )
141141 }
142142 return filepath .SkipDir
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ func normalizeDirectoryPaths(renderedFiles map[string]string) map[string]string
327327 return normalizedFiles
328328}
329329
330- func (l * lintContextImpl ) loadObjectsFromKustomize (dir string , ignorePaths [] string ) error {
330+ func (l * lintContextImpl ) loadObjectsFromKustomize (dir string ) error {
331331 // Create a kustomize engine with source annotations enabled
332332 e , err := engine .Kustomize (kustomize.Source {
333333 Path : dir ,
You can’t perform that action at this time.
0 commit comments