Skip to content

Commit

Permalink
Add --keep-going to the check command
Browse files Browse the repository at this point in the history
  • Loading branch information
mo8it committed Jul 7, 2024
1 parent a5b21ea commit 9d01d7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/flycheck/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,8 @@ impl FlycheckActor {
}
}

cmd.arg("--keep-going");

options.apply_on_command(&mut cmd);
(cmd, options.extra_args.clone())
}
Expand Down

0 comments on commit 9d01d7c

Please sign in to comment.