mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -05:00
parent
8dc6da2da0
commit
f0ba78db1a
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ fn run_checks(
|
|||
|
||||
let mut walk = ignore::WalkBuilder::new(path);
|
||||
walk.threads(args.threads)
|
||||
.skip_stdout(true)
|
||||
.hidden(walk_policy.ignore_hidden())
|
||||
.ignore(walk_policy.ignore_dot())
|
||||
.git_global(walk_policy.ignore_global())
|
||||
|
|
Loading…
Reference in a new issue