Filter out RLS output directories on tidy runs
This commit is contained in:
parent
bf8491e72e
commit
03455e47d8
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ fn filter_dirs(path: &Path) -> bool {
|
|||
"src/tools/rls",
|
||||
"src/tools/rust-installer",
|
||||
"src/tools/rustfmt",
|
||||
|
||||
// Filter RLS output directories
|
||||
"target/rls",
|
||||
];
|
||||
skip.iter().any(|p| path.ends_with(p))
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue