mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-27 01:01:05 +00:00
Remove sqlfluff
This commit is contained in:
parent
4ce7190084
commit
a39a2a9ac4
1 changed files with 0 additions and 8 deletions
|
@ -75,14 +75,6 @@ null_ls.setup({
|
|||
null_ls.builtins.formatting.shellharden,
|
||||
null_ls.builtins.formatting.shfmt,
|
||||
null_ls.builtins.formatting.taplo,
|
||||
null_ls.builtins.formatting.sqlfluff.with({
|
||||
extra_args = {
|
||||
"--dialect",
|
||||
"sqlite",
|
||||
"--exclude-rules",
|
||||
"L004,L013,L014,L016,L020,L021,L029,L031,L032,L033,L042,L059",
|
||||
},
|
||||
}),
|
||||
},
|
||||
on_attach = format_on_save,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue