File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 21
21
# Note: keep in alphabetical order...
22
22
include $(TOOLS_MAKE_LIB_DIR ) /lint/c/Makefile
23
23
include $(TOOLS_MAKE_LIB_DIR ) /lint/conf/Makefile
24
+ include $(TOOLS_MAKE_LIB_DIR ) /lint/editorconfig.mk
24
25
include $(TOOLS_MAKE_LIB_DIR ) /lint/filenames.mk
25
26
include $(TOOLS_MAKE_LIB_DIR ) /lint/git/Makefile
26
27
include $(TOOLS_MAKE_LIB_DIR ) /lint/javascript/Makefile
@@ -49,7 +50,7 @@ include $(TOOLS_MAKE_LIB_DIR)/lint/typescript/Makefile
49
50
# @example
50
51
# make lint
51
52
# /
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
53
54
54
55
.PHONY : lint
55
56
You can’t perform that action at this time.
0 commit comments