mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
tidy will not check coding style in bootstrap/target
This commit is contained in:
parent
88a192257c
commit
31d53489bc
@ -23,6 +23,7 @@ pub fn filter_dirs(path: &Path) -> bool {
|
||||
"src/doc/book",
|
||||
// Filter RLS output directories
|
||||
"target/rls",
|
||||
"src/bootstrap/target",
|
||||
];
|
||||
skip.iter().any(|p| path.ends_with(p))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user