Merge pull request #9 from eckardt/patch-1

Map alert level 'suggestion' to 'info'
This commit is contained in:
Austin Bingham
2018-03-09 07:43:26 +01:00
committed by GitHub

View File

@@ -62,6 +62,7 @@
(defconst flycheck-vale--level-map
'(("error" . error)
("suggestion" . info)
("warning" . warning)))
(defun flycheck-vale--output-to-errors (output checker buffer)