Variable: sh-shellcheck-program
sh-shellcheck-program is a customizable variable defined in
sh-script.el.gz.
Value
"shellcheck"
Documentation
Name of the shellcheck executable.
This variable was added, or its default value changed, in Emacs 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
;;; Flymake backend
(defcustom sh-shellcheck-program "shellcheck"
"Name of the shellcheck executable."
:type 'string
:version "29.1")