pub fn save_scan_do_shellcheck(value: bool)Expand description
What: Persist the ShellCheck scan toggle.
Inputs:
value: WhetherShellCheckscans should run by default.
Output:
- None.
Details:
- Delegates to
save_boolean_key("scan_do_shellcheck", value).