nvimtools / none-ls.nvim

null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
The Unlicense
2.39k stars 69 forks source link

builtins/diagnostics: update `sqlfluff lint` output format #140

Closed neofreex01 closed 2 months ago

neofreex01 commented 2 months ago

Hi, I'm new here! When I tried to setup my neovim environment last week, I found an update of sqlfluff lint output when ver 3.0.0 released, leading to unaesthetics diagnostics injection.Hopefully, this PR could help.

mochaaP commented 2 months ago

Thanks!