mirror of
https://github.com/dense-analysis/ale
synced 2025-02-19 13:56:50 +00:00
end_line_no/end_line_pos are optional. Example SQL: `SELECT NULL FROM {{ a_jinja_templated_table }};` `sqlfluff lint --dialect ansi --format json` gives the following error among others: ``` {"start_line_no": 1, "start_line_pos": 21, "code": "TMP", "description": "Undefined jinja template variable: 'a_jinja_templated_table'", "name": "", "warning": false} ``` As one can see there is no end_line_no/end_line_pos. |
||
---|---|---|
.. | ||
sqlfluff.vim | ||
sqlint.vim | ||
sqllint.vim |