Skip to content

Commit ea39881

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 fc5af18 commit ea39881

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
@@ -176,7 +176,7 @@ fn main() {
176176
check!(unstable_book, &src_path, collected);
177177

178178
check!(
179-
ext_tool_checks,
179+
extra_checks,
180180
&root_path,
181181
&output_directory,
182182
&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)