summaryrefslogtreecommitdiff
path: root/ale_linters/sql
AgeCommit message (Collapse)Author
2024-03-14Add support for sqlfluff 3.0.0 (#4743)Shad
As stated in the changelog: "the original fields of line_pos and line_no have been renamed to start_line_pos and start_line_no, to distinguish them from the new fields starting end_*"
2022-11-23Fix bug in sqlfluff implementation & implement fixer support (#4365)Carl Smedstad
* Account for no sqlfluff output Avoid crashes when there isn't any output from sqlfluff. * Add supplort for sqlfluff as a fixer
2022-11-21Implement support for SQL linter sqlfluff (#4361)Carl Smedstad
2020-08-28Add sql-lint to supported toolsw0rp
2020-01-31Add sql-lint as linterJoe Reynolds
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp
2017-04-15Add SQL linter sqlint, closes #395 (#472)Adriaan Zonnenberg