Vale suggestions (shown as "info")
This commit is contained in:
@@ -70,7 +70,8 @@
|
|||||||
|
|
||||||
(defconst flycheck-vale--level-map
|
(defconst flycheck-vale--level-map
|
||||||
'(("error" . error)
|
'(("error" . error)
|
||||||
("warning" . warning)))
|
("warning" . warning)
|
||||||
|
("suggestion" . info)))
|
||||||
|
|
||||||
(defun flycheck-vale--issue-to-error (issue)
|
(defun flycheck-vale--issue-to-error (issue)
|
||||||
"Parse a single vale issue, ISSUE, into a flycheck error struct.
|
"Parse a single vale issue, ISSUE, into a flycheck error struct.
|
||||||
|
Reference in New Issue
Block a user