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`
This commit is contained in:
@@ -165,8 +165,8 @@ pub mod debug_artifacts;
|
||||
pub mod deps;
|
||||
pub mod edition;
|
||||
pub mod error_codes;
|
||||
pub mod ext_tool_checks;
|
||||
pub mod extdeps;
|
||||
pub mod extra_checks;
|
||||
pub mod features;
|
||||
pub mod filenames;
|
||||
pub mod fluent_alphabetical;
|
||||
|
||||
@@ -177,7 +177,7 @@ fn main() {
|
||||
check!(unstable_book, &src_path, collected);
|
||||
|
||||
check!(
|
||||
ext_tool_checks,
|
||||
extra_checks,
|
||||
&root_path,
|
||||
&output_directory,
|
||||
&ci_info,
|
||||
|
||||
@@ -1097,7 +1097,7 @@ cc = ["@jieyouxu"]
|
||||
message = "The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging."
|
||||
cc = ["@davidtwco", "@wesleywiser"]
|
||||
|
||||
[mentions."src/tools/tidy/src/ext_tool_checks.rs"]
|
||||
[mentions."src/tools/tidy/src/extra_checks"]
|
||||
message = "`tidy` extra checks were modified."
|
||||
cc = ["@lolbinarycat"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user