mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
#4442 Display error codes in Neovim diagnostics
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user