Skip to content

Commit 9e38dcd

Browse files
authored
builtins/formatting: Remove -f in sqlfluff (#95)
This became the default in 3.x. https://github.com/sqlfluff/sqlfluff/blob/main/docs/source/releasenotes.rst#upgrading-to-3x
1 parent bc543fa commit 9e38dcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/null-ls/builtins/formatting/sqlfluff.lua

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ local sources = {
2525
args = {
2626
"fix",
2727
"--disable-progress-bar",
28-
"-f",
2928
"-n",
3029
"-",
3130
},

0 commit comments

Comments
 (0)