From f3427d42b14c175b17cc66f864a09c2139219155 Mon Sep 17 00:00:00 2001 From: Dimitris Floros Date: Fri, 7 Jun 2019 11:09:52 +0300 Subject: [PATCH] Vale suggestions (shown as "info") --- flycheck-vale.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flycheck-vale.el b/flycheck-vale.el index 817aede..0fb3aff 100644 --- a/flycheck-vale.el +++ b/flycheck-vale.el @@ -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.