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 @@ -315,7 +315,7 @@ func normalizeDirectoryPaths(renderedFiles map[string]string) map[string]string
315315 return normalizedFiles
316316}
317317
318- func (l * lintContextImpl ) loadObjectsFromKustomize (dir string , ignorePaths [] string ) error {
318+ func (l * lintContextImpl ) loadObjectsFromKustomize (dir string ) error {
319319 // Create a kustomize engine with source annotations enabled
320320 e , err := engine .Kustomize (kustomize.Source {
321321 Path : dir ,
You can’t perform that action at this time.
0 commit comments