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