From 84d31c24f6c8a7a3f5a50af5836d139862cf3c43 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 25 Dec 2024 23:58:13 +0100 Subject: Remove sqlfluff --- fnl/plugins/conform.fnl | 2 +- fnl/plugins/nvim-lint.fnl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'fnl') diff --git a/fnl/plugins/conform.fnl b/fnl/plugins/conform.fnl index 9608f5c..cf9938e 100644 --- a/fnl/plugins/conform.fnl +++ b/fnl/plugins/conform.fnl @@ -25,7 +25,7 @@ :python [:ruff_format :ruff_fix :ruff_organize_imports] :rust [:rustfmt] :sh [:shfmt :shellharden] - :sql [:pg_format :sqlfluff] + :sql [:pg_format] :toml [:taplo] :yaml [:yamlfmt]}}) diff --git a/fnl/plugins/nvim-lint.fnl b/fnl/plugins/nvim-lint.fnl index 57cb464..e2ecdc0 100644 --- a/fnl/plugins/nvim-lint.fnl +++ b/fnl/plugins/nvim-lint.fnl @@ -23,7 +23,6 @@ :lua [:selene] :python [:ruff] :sh [:shellcheck] - :sql [:sqlfluff] :yaml [:yamllint] :zsh [:zsh]}))) -- cgit v1.2.3-70-g09d2