Skip to content

Commit a9182b6

Browse files
committed
more lints
1 parent 2925698 commit a9182b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/ci/src/commands/what_to_run.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ impl FromArgValue for Trigger {
6060
}
6161

6262
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+
)]
6368
pub fn run(&self, _sh: &Shell, _args: Args) {
6469
let _diff = match self.trigger {
6570
Trigger::Schedule | Trigger::PushToBranch => vec![],

0 commit comments

Comments
 (0)