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 @@ -147,6 +147,7 @@ GO_DIRS := build cmd models modules routers services tests
147147WEB_DIRS := web_src/js web_src/css
148148
149149SPELLCHECK_FILES := $(GO_DIRS ) $(WEB_DIRS ) docs/content templates options/locale/locale_en-US.ini .github
150+ EDITORCONFIG_CHECKER_FILES := templates .github/workflows options/locale/locale_en-US.ini
150151
151152GO_SOURCES := $(wildcard * .go)
152153GO_SOURCES += $(shell find $(GO_DIRS ) -type f -name "* .go" ! -path modules/options/bindata.go ! -path modules/public/bindata.go ! -path modules/templates/bindata.go)
@@ -426,7 +427,7 @@ lint-go-vet:
426427
427428.PHONY : lint-editorconfig
428429lint-editorconfig :
429- $(GO ) run $(EDITORCONFIG_CHECKER_PACKAGE ) templates .github/workflows
430+ $(GO ) run $(EDITORCONFIG_CHECKER_PACKAGE ) $( EDITORCONFIG_CHECKER_FILES )
430431
431432.PHONY : lint-actions
432433lint-actions :
You can’t perform that action at this time.
0 commit comments