Skip to content

Commit b96f238

Browse files
committed
rename ext_tool_checks to extra_checks and use mod.rs
this makes the triagebot pings for this module simpler
1 parent a955f1c commit b96f238

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

src/tools/tidy/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ pub mod debug_artifacts;
165165
pub mod deps;
166166
pub mod edition;
167167
pub mod error_codes;
168-
pub mod ext_tool_checks;
169168
pub mod extdeps;
169+
pub mod extra_checks;
170170
pub mod features;
171171
pub mod filenames;
172172
pub mod fluent_alphabetical;

src/tools/tidy/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ fn main() {
177177
check!(unstable_book, &src_path, collected);
178178

179179
check!(
180-
ext_tool_checks,
180+
extra_checks,
181181
&root_path,
182182
&output_directory,
183183
&ci_info,

triagebot.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ cc = ["@jieyouxu"]
10961096
message = "The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging."
10971097
cc = ["@davidtwco", "@wesleywiser"]
10981098

1099-
[mentions."src/tools/tidy/src/ext_tool_checks.rs"]
1099+
[mentions."src/tools/tidy/src/extra_checks"]
11001100
message = "`tidy` extra checks were modified."
11011101
cc = ["@lolbinarycat"]
11021102

0 commit comments

Comments
 (0)