Skip to content

Commit

Permalink
Rollup merge of rust-lang#55213 - qmx:tidy-fix, r=tmandry
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Manishearth committed Oct 20, 2018
2 parents 50cc08d + cf90f72 commit f2848a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ fn filter_dirs(path: &Path) -> bool {
"src/tools/lldb",
"src/target",
"src/stdsimd",
"target",
];
skip.iter().any(|p| path.ends_with(p))
}
Expand Down

0 comments on commit f2848a0

Please sign in to comment.