Skip to content

Commit 11a7058

Browse files
authored
builtins/diagnostics: update sqlfluff lint output format (#140)
1 parent d997b77 commit 11a7058

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/null-ls/builtins/diagnostics/sqlfluff.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ local sources = {
3737
end,
3838
on_output = helpers.diagnostics.from_json({
3939
attributes = {
40-
row = "line",
40+
row = "start_line",
4141
col = "start_column",
42+
end_row = "end_line",
4243
end_col = "end_column",
4344
severity = "annotation_level",
4445
message = "message",

0 commit comments

Comments
 (0)