Merge pull request #15 from juergenhoetzel/report-id

Report :id of Error
This commit is contained in:
Austin Bingham
2019-06-09 17:33:40 +02:00
committed by GitHub

View File

@@ -83,6 +83,7 @@ rest (e.g. filename) gets filled in elsewhere."
:line .Line
:column (elt .Span 0)
:message .Message
:id .Check
:level (assoc-default .Severity flycheck-vale--level-map 'string-equal 'error))))
(defun flycheck-vale--output-to-errors (output)