Skip to content

Commit

Permalink
Disable lints
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Jul 11, 2024
1 parent c5e104b commit 27501f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ SUPPORTED_LANGUAGES := $(LANGUAGES)
endif

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

ifdef LINTS
SUPPORTED_LINTS := $(LINTS)
Expand Down

0 comments on commit 27501f2

Please sign in to comment.