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
I have rule L019 set to leading commas. The formatter perfectly follows the rule and puts all commas in front. The linter however subsequently marks these as errors. All other rules seem to be interpreted correctly.
"Found leading comma. Expected only trailing.sqlfluff(L019)"
If I use the CLI command to lint the same file, there is no L019 warning and everything works perfectly.
I'm using the latest versions of SQLFluff as well as the extension. This is with templater = dbt and dialect = bigquery.
The text was updated successfully, but these errors were encountered:
Did you change any of the extension settings? With templater = dbt you might have to set the linter to run on save. Do you know if other settings from the .sqlfluff file are working correctly?
Hi!
I have rule L019 set to leading commas. The formatter perfectly follows the rule and puts all commas in front. The linter however subsequently marks these as errors. All other rules seem to be interpreted correctly.
"Found leading comma. Expected only trailing.sqlfluff(L019)"
If I use the CLI command to lint the same file, there is no L019 warning and everything works perfectly.
I'm using the latest versions of SQLFluff as well as the extension. This is with
templater = dbt
anddialect = bigquery
.The text was updated successfully, but these errors were encountered: