tidy will not check coding style in bootstrap/target
This commit is contained in:
parent
88a192257c
commit
31d53489bc
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue