Add --keep-going to the check command

This commit is contained in:
mo8it 2024-07-07 18:37:02 +02:00
parent fafacf3e9a
commit 4b482bc90d

View file

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