-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
here's my settings.json. I use dbt as templater.
{
"sqlfluff.config": "~/pyproject.toml",
"sqlfluff.executablePath": "~/.venv/bin/sqlfluff",
"sqlfluff.dialect": "postgres",
"sqlfluff.format.enabled": true,
"editor.formatOnSave": false,
"sqlfluff.linter.run": "onSave",
"sqlfluff.experimental.format.executeInTerminal": true,
"sqlfluff.format.arguments": ["--FIX-EVEN-UNPARSABLE"],
"[sql]": {
"editor.defaultFormatter": "dorzey.vscode-sqlfluff",
}
I would like that the formatting takes place onSave, instead it's linting and highlighting the broken rules. Is there a way to improve it?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.