Skip to content

Commit cd3979d

Browse files
committed
Add all submodules to the list of directories tidy skips
I ran git config --file .gitmodules --name-only --get-regexp path and added all submodules that were not already in the list to it.
1 parent 503e19d commit cd3979d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tools/tidy/src/walk.rs

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ pub fn filter_dirs(path: &Path) -> bool {
2121
"src/tools/rust-installer",
2222
"src/tools/rustfmt",
2323
"src/doc/book",
24+
"src/doc/edition-guide",
25+
"src/doc/embedded-book",
26+
"src/doc/nomicon",
27+
"src/doc/rust-by-example",
28+
"src/doc/rustc-dev-guide",
29+
"src/doc/reference",
2430
// Filter RLS output directories
2531
"target/rls",
2632
"src/bootstrap/target",

0 commit comments

Comments
 (0)