We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7834048 commit 116390aCopy full SHA for 116390a
Makefile
@@ -146,7 +146,7 @@ WEB_DIRS := web_src/js web_src/css
146
147
ESLINT_FILES := web_src/js tools *.js tests/e2e
148
STYLELINT_FILES := web_src/css web_src/js/components/*.vue
149
-SPELLCHECK_FILES := $(GO_DIRS) $(WEB_DIRS) docs/content templates options/locale/locale_en-US.ini .github *.go *.js *.md *.yml *.yaml *.toml
+SPELLCHECK_FILES := $(GO_DIRS) $(WEB_DIRS) docs/content templates options/locale/locale_en-US.ini .github *.go *.js *.yml *.yaml *.toml CODE_OF_CONDUCT.md CONTRIBUTING.md README.md README_ZH.md SECURITY.md
150
EDITORCONFIG_FILES := templates .github/workflows options/locale/locale_en-US.ini
151
152
GO_SOURCES := $(wildcard *.go)
0 commit comments