From eaf82c24985232e3cd531ccde83f5b1dbec82276 Mon Sep 17 00:00:00 2001 From: Denis Costa Date: Tue, 26 Dec 2023 11:37:52 -0300 Subject: [PATCH] Remove SQL lint fow now --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c3218190..9f3faadd 100644 --- a/Makefile +++ b/Makefile @@ -68,8 +68,8 @@ SUPPORTED_LINTS = \ $(GO) \ $(JS) \ $(PY) \ - $(SH) \ - $(SQL) + $(SH) +# $(SQL) ifdef LINTS SUPPORTED_LINTS := $(LINTS)