Skip to content

Commit

Permalink
Add all lint back to run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Jul 11, 2024
1 parent d13d903 commit a170e87
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ SUPPORTED_LANGUAGES := $(LANGUAGES)
endif

SUPPORTED_LINTS = \
$(C) \
$(CLJ) \
$(CPP) \
$(DART) \
$(GO) \
$(JS) \
$(PY) \
$(SH)
# $(C)
# $(SQL)
# $(CLJ)
# $(CPP)
# $(DART)
# $(GO)
# $(JS)
$(SH) \
$(SQL)

ifdef LINTS
SUPPORTED_LINTS := $(LINTS)
Expand Down

0 comments on commit a170e87

Please sign in to comment.