Add --keep-going to the check command

This commit is contained in:
mo8it 2024-07-07 18:37:02 +02:00
parent a5b21ea0aa
commit 9d01d7ce35

View file

@ -426,6 +426,8 @@ impl FlycheckActor {
}
}
cmd.arg("--keep-going");
options.apply_on_command(&mut cmd);
(cmd, options.extra_args.clone())
}