Skip to content

Commit

Permalink
refactor: update sqlfluff args
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Elet <sebastien@elet.fr>
  • Loading branch information
SebastienElet committed Oct 9, 2024
1 parent bf191cf commit 68e4b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/conform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ return {
opts = {
formatters = {
sqlfluff = {
args = { "fix", "--dialect=postgresql", "-" },
args = { "fix", "--dialect=postgres", "-" },
},
},
},
Expand Down

0 comments on commit 68e4b3c

Please sign in to comment.