Rollup merge of #64998 - spastorino:filter-rls-on-tidy, r=petrochenkov
Filter out RLS output directories on tidy runs Closes #64957 r? @petrochenkov
This commit is contained in:
commit
4ea2be751c
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ fn filter_dirs(path: &Path) -> bool {
|
||||||
"src/tools/rls",
|
"src/tools/rls",
|
||||||
"src/tools/rust-installer",
|
"src/tools/rust-installer",
|
||||||
"src/tools/rustfmt",
|
"src/tools/rustfmt",
|
||||||
|
|
||||||
|
// Filter RLS output directories
|
||||||
|
"target/rls",
|
||||||
];
|
];
|
||||||
skip.iter().any(|p| path.ends_with(p))
|
skip.iter().any(|p| path.ends_with(p))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue