mfussenegger / nvim-lint

An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
GNU General Public License v3.0
1.94k stars 204 forks source link

sqlfluff: Upgrading to 3.x #556

Closed UN-9BOT closed 6 months ago

UN-9BOT commented 6 months ago

https://docs.sqlfluff.com/en/stable/releasenotes.html#upgrading-to-3-x

The serialised output for sqlfluff lint now contains more information about the span of linting issues and initial proposed fixes. Beside the new fields, the original fields of line_pos and line_no have been renamed to start_line_pos and start_lineno, to distinguish them from the new fields starting end*.

mfussenegger commented 6 months ago

Thanks