save_scan_do_shellcheck

Function save_scan_do_shellcheck 

Source
pub fn save_scan_do_shellcheck(value: bool)
Expand description

What: Persist the ShellCheck scan toggle.

Inputs:

  • value: Whether ShellCheck scans should run by default.

Output:

  • None.

Details:

  • Delegates to save_boolean_key("scan_do_shellcheck", value).