Skip to content

Commit d8a6f2d

Browse files
committed
add "tidy-alphabetical" check on "tests" remap list
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 8a411ba commit d8a6f2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap/src/core/builder.rs

+2
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ const PATH_REMAP: &[(&str, &[&str])] = &[
317317
(
318318
"tests",
319319
&[
320+
// tidy-alphabetical-start
320321
"tests/assembly",
321322
"tests/codegen",
322323
"tests/codegen-units",
@@ -338,6 +339,7 @@ const PATH_REMAP: &[(&str, &[&str])] = &[
338339
"tests/rustdoc-ui",
339340
"tests/ui",
340341
"tests/ui-fulldeps",
342+
// tidy-alphabetical-end
341343
],
342344
),
343345
];

0 commit comments

Comments
 (0)