Skip to content

Commit

Permalink
Update walk/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
  • Loading branch information
jbedard and fmeum authored Jun 20, 2024
1 parent 75700a9 commit 33141ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion walk/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func (c *Configurer) loadBazelIgnore(repoRoot string, wc *walkConfig) error {

// Clean the path to remove any extra '.', './' etc otherwise
// the exclude matching won't work correctly.
ignore = filepath.Clean(ignore)
ignore = path.Clean(ignore)

wc.excludes = append(wc.excludes, ignore)
}
Expand Down

0 comments on commit 33141ba

Please sign in to comment.