Skip to content

Commit

Permalink
Remove hoedown from tidy check
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Apr 17, 2017
1 parent cbf8342 commit 695354a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/main.rs
Expand Up @@ -86,6 +86,7 @@ fn filter_dirs(path: &Path) -> bool {
"src/rust-installer",
"src/liblibc",
"src/vendor",
"src/rt/hoedown",
];
skip.iter().any(|p| path.ends_with(p))
}
Expand Down

0 comments on commit 695354a

Please sign in to comment.