WIP: enhancing x test tidy with lint checks#121696
WIP: enhancing x test tidy with lint checks#121696onur-ozkan wants to merge 1 commit intorust-lang:masterfrom
x test tidy with lint checks#121696Conversation
x test tidy with lint checks
This comment has been minimized.
This comment has been minimized.
Signed-off-by: onur-ozkan <work@onurozkan.dev>
0b4b993 to
05b8bd6
Compare
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
I think this should be a separate step from |
I was thinking to perform this check only on the modified crates for non-CI environments, so the cost wouldn't be high for developers. |
Or, maybe I could include But to do that, we'll need to merge #121543 first and that is currently blocked by rust-lang/backtrace-rs#586. |
I will follow that approach in #122883, closing this. |
As an initial step aiming to include only simple crates, likely tools.
r? ghost