tidy will not check coding style in bootstrap/target

This commit is contained in:
yukang 2022-09-14 14:44:42 +08:00
parent 88a192257c
commit 31d53489bc

View File

@ -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))
}