Map alert level 'suggestion' to 'info'

This commit is contained in:
Stephan Eckardt
2018-03-08 17:03:11 +01:00
committed by GitHub
parent 97df981468
commit 990e1a4a4b

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)