Skip to content

Commit cf90f72

Browse files
committed
ignore target folders
when you try to edit a crate inside the compiler tree using rls, it generates it's assets under target/rls, then tidy is trying to validate line lenghts for C headers, etc
1 parent 74ff7dc commit cf90f72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ fn filter_dirs(path: &Path) -> bool {
7878
"src/tools/lldb",
7979
"src/target",
8080
"src/stdsimd",
81+
"target",
8182
];
8283
skip.iter().any(|p| path.ends_with(p))
8384
}

0 commit comments

Comments
 (0)