Skip to content

Commit

Permalink
chore: include file dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Dec 17, 2024
1 parent f59fedb commit 7c10be2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/make/lib/lint/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# Note: keep in alphabetical order...
include $(TOOLS_MAKE_LIB_DIR)/lint/c/Makefile
include $(TOOLS_MAKE_LIB_DIR)/lint/conf/Makefile
include $(TOOLS_MAKE_LIB_DIR)/lint/editorconfig.mk
include $(TOOLS_MAKE_LIB_DIR)/lint/filenames.mk
include $(TOOLS_MAKE_LIB_DIR)/lint/git/Makefile
include $(TOOLS_MAKE_LIB_DIR)/lint/javascript/Makefile
Expand Down Expand Up @@ -49,7 +50,7 @@ include $(TOOLS_MAKE_LIB_DIR)/lint/typescript/Makefile
# @example
# make lint
#/
lint: lint-filenames lint-javascript lint-markdown lint-c lint-python lint-julia lint-r lint-shell lint-typescript lint-conf lint-pkg-json lint-repl-help lint-license-headers
lint: lint-filenames lint-javascript lint-markdown lint-c lint-python lint-julia lint-r lint-shell lint-typescript lint-conf lint-pkg-json lint-repl-help lint-license-headers lint-editorconfig

.PHONY: lint

Expand Down

0 comments on commit 7c10be2

Please sign in to comment.