diff options
author | Gustaf Rydholm <gustaf@nexure.io> | 2022-09-19 12:51:09 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf@nexure.io> | 2022-09-19 12:51:09 +0200 |
commit | a052cf5d74da44327598c52636421118e774575d (patch) | |
tree | 66ea6d75a2154895ad5259a84e2d7d3bdb84fb65 /fnl/config/lsp/null-ls.fnl | |
parent | d854fe79e232ebe21ae1d948400c3901adaa3140 (diff) |
Update mason-null-ls
Diffstat (limited to 'fnl/config/lsp/null-ls.fnl')
-rw-r--r-- | fnl/config/lsp/null-ls.fnl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fnl/config/lsp/null-ls.fnl b/fnl/config/lsp/null-ls.fnl index 1d013db..9ad1fed 100644 --- a/fnl/config/lsp/null-ls.fnl +++ b/fnl/config/lsp/null-ls.fnl @@ -9,6 +9,10 @@ diagnostics.golangci_lint diagnostics.jsonlint diagnostics.shellcheck + diagnostics.sqlfluff + diagnostics.gitlint + diagnostics.hadolint + diagnostics.cpplint diagnostics.yamllint (formatting.black.with {:extra_args [:--fast]}) formatting.fnlfmt @@ -20,6 +24,6 @@ :--jsx-single-quote]}) formatting.rustfmt formatting.shfmt - formatting.sqlformat + formatting.sqlfluff formatting.stylua formatting.terraform_fmt]}))) |