Variable: lua-luacheck-program

lua-luacheck-program is a customizable variable defined in lua-mode.el.gz.

Value

"luacheck"

Documentation

Name of the luacheck executable.

This variable was added, or its default value changed, in Emacs 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/lua-mode.el.gz
;; Flymake integration

(defcustom lua-luacheck-program "luacheck"
  "Name of the luacheck executable."
  :type 'string
  :version "31.1")