mirror of
https://github.com/crate-ci/typos.git
synced 2025-01-11 01:01:36 -05:00
Merge pull request #503 from epage/stdout
fix(cli): Skip files that stdout is writing to
This commit is contained in:
commit
da0b5fe45b
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