Skip to content

Commit be71aad

Browse files
committed
Exclude Tech Board content from spellcheck (temp)
1 parent 1e704ba commit be71aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ VALE_CONFIG = $(SPHINXDIR)/vale.ini
2121
SPHINX_HOST ?= 127.0.0.1
2222
SPHINX_PORT ?= 8000
2323
# Wildcard-specified, comma-separated list of files and/or directories for vale checks to ignore:
24-
VALE_IGNORE = SRU/**/*,**/*.txt
24+
VALE_IGNORE = SRU/**/*,tech-board/**/*,**/*.txt,**/*.html
2525

2626
# Put it first so that "make" without argument is like "make help".
2727
help:

0 commit comments

Comments
 (0)