Merge pull request #14 from fcdimitr/patch-1

Vale suggestions (shown as "info")
This commit is contained in:
Austin Bingham
2019-06-09 17:30:55 +02:00
committed by GitHub

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.