File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ WEB_DIRS := web_src/js web_src/css
146146
147147ESLINT_FILES := web_src/js tools *.js *.ts *.cjs tests/e2e
148148STYLELINT_FILES := web_src/css web_src/js/components/*.vue
149- 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) )
149+ 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 tools/ * .js tools/ * .sh ) )
150150EDITORCONFIG_FILES := templates .github/workflows options/locale/locale_en-US.ini
151151
152152GO_SOURCES := $(wildcard * .go)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ IGNORE_PATTERNS=(
88)
99
1010# lint all go files with 'gopls check' and look for lines starting with the
11- # current absolute path, indicating a error was found. This is neccessary
11+ # current absolute path, indicating a error was found. This is necessary
1212# because the tool does not set non-zero exit code when errors are found.
1313# ref: https://github.com/golang/go/issues/67078
1414ERROR_LINES=$( " $GO " run " $GOPLS_PACKAGE " check " $@ " 2> /dev/null | grep -E " ^$PWD " | grep -vFf <( printf ' %s\n' " ${IGNORE_PATTERNS[@]} " ) ) ;
You can’t perform that action at this time.
0 commit comments