Add --keep-going to the check command
This commit is contained in:
parent
fafacf3e9a
commit
4b482bc90d
1 changed files with 2 additions and 0 deletions
|
|
@ -426,6 +426,8 @@ impl FlycheckActor {
|
|||
}
|
||||
}
|
||||
|
||||
cmd.arg("--keep-going");
|
||||
|
||||
options.apply_on_command(&mut cmd);
|
||||
(cmd, options.extra_args.clone())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue