Skip to content

Commit 7c10be2

Browse files
committed
chore: include file dependency
1 parent f59fedb commit 7c10be2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/make/lib/lint/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
# Note: keep in alphabetical order...
2222
include $(TOOLS_MAKE_LIB_DIR)/lint/c/Makefile
2323
include $(TOOLS_MAKE_LIB_DIR)/lint/conf/Makefile
24+
include $(TOOLS_MAKE_LIB_DIR)/lint/editorconfig.mk
2425
include $(TOOLS_MAKE_LIB_DIR)/lint/filenames.mk
2526
include $(TOOLS_MAKE_LIB_DIR)/lint/git/Makefile
2627
include $(TOOLS_MAKE_LIB_DIR)/lint/javascript/Makefile
@@ -49,7 +50,7 @@ include $(TOOLS_MAKE_LIB_DIR)/lint/typescript/Makefile
4950
# @example
5051
# make lint
5152
#/
52-
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
53+
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
5354

5455
.PHONY: lint
5556

0 commit comments

Comments
 (0)