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