parent
b6d475c3ac
commit
24227f0e51
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ show both of expressions and types.")
|
|||
(integer :tag "Specify the value and force lean-mode to use")))
|
||||
|
||||
(defcustom lean-flycheck-checker-options
|
||||
`("--flycheck"
|
||||
`("--keep-going" ,(format "%d" 999)
|
||||
"--flycheck"
|
||||
"--flycheck-max-messages" ,(format "%d" lean-flycheck-max-messages-to-display))
|
||||
"lean-flychecker checker option"
|
||||
:group 'lean)
|
||||
|
|
Loading…
Reference in a new issue