Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Filter out RLS output directories on tidy runs
  • Loading branch information
spastorino committed Oct 2, 2019
1 parent bf8491e commit 03455e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tools/tidy/src/lib.rs
Expand Up @@ -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))
}
Expand Down

0 comments on commit 03455e4

Please sign in to comment.