File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 48
48
- "Makefile"
49
49
- ".golangci.yml"
50
50
- ".editorconfig"
51
+ - "options/locale/locale_en-US.ini"
51
52
52
53
frontend:
53
54
- "**/*.js"
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ GO_DIRS := build cmd models modules routers services tests
147
147
WEB_DIRS := web_src/js web_src/css
148
148
149
149
SPELLCHECK_FILES := $(GO_DIRS ) $(WEB_DIRS ) docs/content templates options/locale/locale_en-US.ini .github
150
+ EDITORCONFIG_FILES := templates .github/workflows options/locale/locale_en-US.ini
150
151
151
152
GO_SOURCES := $(wildcard * .go)
152
153
GO_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:
426
427
427
428
.PHONY : lint-editorconfig
428
429
lint-editorconfig :
429
- $(GO ) run $(EDITORCONFIG_CHECKER_PACKAGE ) templates .github/workflows
430
+ @ $(GO ) run $(EDITORCONFIG_CHECKER_PACKAGE ) $( EDITORCONFIG_FILES )
430
431
431
432
.PHONY : lint-actions
432
433
lint-actions :
You can’t perform that action at this time.
0 commit comments