Variable: sh-shellcheck-arguments

sh-shellcheck-arguments is a customizable variable defined in sh-script.el.gz.

Value

nil

Documentation

Additional arguments to the shellcheck program.

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
(defcustom sh-shellcheck-arguments nil
  "Additional arguments to the shellcheck program."
  :type '(repeat string)
  :version "29.1")