Skip to content

Commit

Permalink
sqlfluff: change default dialect to ansi
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuchlak authored and mfussenegger committed Feb 16, 2024
1 parent 889dc0a commit 31be66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lint/linters/sqlfluff.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ return {
args = {
"lint", "--format=json",
-- note: users will have to replace the --dialect argument accordingly
"--dialect=postgres",
"--dialect=ansi",
},
ignore_exitcode = true,
stdin = false,
Expand Down

0 comments on commit 31be66c

Please sign in to comment.