about summary refs log tree commit diff
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2022-09-19 15:11:15 +0200
committerest31 <MTest31@outlook.com>2022-09-19 15:17:33 +0200
commitcd3979dba1b1495114d8ccdf2d6f6ada72e37838 (patch)
tree6f35168b5ec8123416824aa693147fabfe25ecfb
parent503e19d01e941b88bf6d5b28e9108d046abcfa2d (diff)
downloadrust-cd3979dba1b1495114d8ccdf2d6f6ada72e37838.tar.gz
rust-cd3979dba1b1495114d8ccdf2d6f6ada72e37838.zip
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.
-rw-r--r--src/tools/tidy/src/walk.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/tidy/src/walk.rs b/src/tools/tidy/src/walk.rs
index b07e80767fa..4cfb70fa31c 100644
--- a/src/tools/tidy/src/walk.rs
+++ b/src/tools/tidy/src/walk.rs
@@ -21,6 +21,12 @@ pub fn filter_dirs(path: &Path) -> bool {
         "src/tools/rust-installer",
         "src/tools/rustfmt",
         "src/doc/book",
+        "src/doc/edition-guide",
+        "src/doc/embedded-book",
+        "src/doc/nomicon",
+        "src/doc/rust-by-example",
+        "src/doc/rustc-dev-guide",
+        "src/doc/reference",
         // Filter RLS output directories
         "target/rls",
         "src/bootstrap/target",