mirror of
https://github.com/dense-analysis/ale
synced 2024-12-26 16:12:40 +00:00
#4442 Display error codes in Neovim diagnostics
This commit is contained in:
parent
e4411276a5
commit
79a2dc2d8a
@ -41,6 +41,8 @@ module.sendAleResultsToDiagnostics = function(buffer, loclist)
|
||||
end_col = location.end_col,
|
||||
-- Which severity: error, warning, or info?
|
||||
severity = ale_type_to_diagnostic_severity[location.type] or "E",
|
||||
-- An error code
|
||||
code = location.code,
|
||||
-- The error message
|
||||
message = location.text,
|
||||
-- e.g. "rubocop"
|
||||
|
Loading…
Reference in New Issue
Block a user