You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for trying the tool and for filing the request!
While we can envisage this as a feature based on templaters that hides the statements from the linter before it considers them, we currently see this request as slightly outside the scope of the project, and we don't really have the capacity to do it.
What would you like to see?
Currently this doesn't parse sqlite's cli commands.
https://sqlite.org/cli.html#special_commands_to_sqlite3_dot_commands_
I tend to have a
scratch.sql
file around that I treat like a repl.it will often look like
when the cli commands are included, the sql gets formatted as
without them, it gets formatted as
Ideally sqruff would just treat the cli commands as comments
Checked issues
The text was updated successfully, but these errors were encountered: