Skip to content

Commit d2d002e

Browse files
authored
Rollup merge of #144427 - lolbinarycat:tidy-extra_checks-rename, r=Kobzol
rename ext_tool_checks to extra_checks and use mod.rs this makes the triagebot pings for this module simpler discussed in https://rust-lang.zulipchat.com/#narrow/channel/326414-t-infra.2Fbootstrap/topic/rename.20and.20reorganize.20ext_tool_checks.20module.3F/with/528398253 r? `@Kobzol`
2 parents 86fbbb8 + b96f238 commit d2d002e

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
@@ -1097,7 +1097,7 @@ cc = ["@jieyouxu"]
10971097
message = "The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging."
10981098
cc = ["@davidtwco", "@wesleywiser"]
10991099

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

0 commit comments

Comments
 (0)