Skip to content

Commit 53e39cc

Browse files
committed
Add clippy and rustfmt to the diff check
These repos are explicitly skipped by r-l/rust's `rustfmt.toml` so i'm adding them to include them in the diff check.
1 parent c5196f3 commit 53e39cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

check_diff/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ const REPOS: &[&str] = &[
1919
"https://github.com/rust-lang/packed_simd.git",
2020
"https://github.com/rust-lang/rust-analyzer.git",
2121
"https://github.com/rust-lang/rust-bindgen.git",
22+
"https://github.com/rust-lang/rust-clippy.git",
2223
"https://github.com/rust-lang/rust-semverver.git",
24+
"https://github.com/rust-lang/rustfmt.git",
2325
"https://github.com/rust-lang/rust.git",
2426
"https://github.com/rust-lang/rustlings.git",
2527
"https://github.com/rust-lang/rustup.git",

0 commit comments

Comments
 (0)