Vale suggestions (shown as "info")

This commit is contained in:
Dimitris Floros
2019-06-07 11:09:52 +03:00
committed by GitHub
parent 131dacdf55
commit f3427d42b1

View File

@@ -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.