add "tidy-alphabetical" check on "tests" remap list
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
569e547f18
commit
0a0b40a9e0
1 changed files with 2 additions and 0 deletions
|
|
@ -317,6 +317,7 @@ const PATH_REMAP: &[(&str, &[&str])] = &[
|
|||
(
|
||||
"tests",
|
||||
&[
|
||||
// tidy-alphabetical-start
|
||||
"tests/assembly",
|
||||
"tests/codegen",
|
||||
"tests/codegen-units",
|
||||
|
|
@ -338,6 +339,7 @@ const PATH_REMAP: &[(&str, &[&str])] = &[
|
|||
"tests/rustdoc-ui",
|
||||
"tests/ui",
|
||||
"tests/ui-fulldeps",
|
||||
// tidy-alphabetical-end
|
||||
],
|
||||
),
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue