Skip to content

Commit 1fbc5ef

Browse files
committed
Fix lint
1 parent 90efb2e commit 1fbc5ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/files-changed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- "Makefile"
4949
- ".golangci.yml"
5050
- ".editorconfig"
51-
- "options/locale/locale_en-US.ini"
51+
- "options/locale/locale_en-US.json"
5252
5353
frontend:
5454
- "*.js"

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ WEB_DIRS := web_src/js web_src/css
164164

165165
ESLINT_FILES := web_src/js tools *.ts *.cjs tests/e2e
166166
STYLELINT_FILES := web_src/css web_src/js/components/*.vue
167-
SPELLCHECK_FILES := $(GO_DIRS) $(WEB_DIRS) templates options/locale/locale_en-US.ini .github $(filter-out CHANGELOG.md, $(wildcard *.go *.md *.yml *.yaml *.toml)) $(filter-out tools/misspellings.csv, $(wildcard tools/*))
168-
EDITORCONFIG_FILES := templates .github/workflows options/locale/locale_en-US.ini
167+
SPELLCHECK_FILES := $(GO_DIRS) $(WEB_DIRS) templates options/locale/locale_en-US.json .github $(filter-out CHANGELOG.md, $(wildcard *.go *.md *.yml *.yaml *.toml)) $(filter-out tools/misspellings.csv, $(wildcard tools/*))
168+
EDITORCONFIG_FILES := templates .github/workflows options/locale/locale_en-US.json
169169

170170
GO_SOURCES := $(wildcard *.go)
171171
GO_SOURCES += $(shell find $(GO_DIRS) -type f -name "*.go")

0 commit comments

Comments
 (0)