Skip to content

Commit

Permalink
Remove c lint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 27, 2023
1 parent 12450b7 commit b3ea93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ SUPPORTED_LANGUAGES := $(LANGUAGES)
endif

SUPPORTED_LINTS = \
$(C) \
$(CLJ) \
$(CPP) \
$(DART) \
Expand All @@ -70,6 +69,7 @@ SUPPORTED_LINTS = \
$(PY) \
$(SH)
# $(SQL)
# $(C)

ifdef LINTS
SUPPORTED_LINTS := $(LINTS)
Expand Down

0 comments on commit b3ea93a

Please sign in to comment.