We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2925698 commit a9182b6Copy full SHA for a9182b6
tools/ci/src/commands/what_to_run.rs
@@ -60,6 +60,11 @@ impl FromArgValue for Trigger {
60
}
61
62
impl WhatToRunCommand {
63
+ #[expect(clippy::print_stdout, reason = "goal is to print jobs to stdout")]
64
+ #[expect(
65
+ clippy::vec_init_then_push,
66
+ reason = "temp, will be better after the todo"
67
+ )]
68
pub fn run(&self, _sh: &Shell, _args: Args) {
69
let _diff = match self.trigger {
70
Trigger::Schedule | Trigger::PushToBranch => vec![],
0 commit comments