From b3ea93a619652f3fb57af4162f67f1101a568a9d Mon Sep 17 00:00:00 2001 From: Denis Costa Date: Wed, 27 Dec 2023 15:25:46 -0300 Subject: [PATCH] Remove c lint for now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f3faadd..de191376 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,6 @@ SUPPORTED_LANGUAGES := $(LANGUAGES) endif SUPPORTED_LINTS = \ - $(C) \ $(CLJ) \ $(CPP) \ $(DART) \ @@ -70,6 +69,7 @@ SUPPORTED_LINTS = \ $(PY) \ $(SH) # $(SQL) +# $(C) ifdef LINTS SUPPORTED_LINTS := $(LINTS)