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",
|
"src/doc/book",
|
||||||
// Filter RLS output directories
|
// Filter RLS output directories
|
||||||
"target/rls",
|
"target/rls",
|
||||||
|
"src/bootstrap/target",
|
||||||
];
|
];
|
||||||
skip.iter().any(|p| path.ends_with(p))
|
skip.iter().any(|p| path.ends_with(p))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user