Skip to content

Commit b974838

Browse files
authored
chore: limit the spellchecking to a fixed list of directories (#294)
Signed-off-by: Jonathan Gonzalez V. <[email protected]>
1 parent 37b7f10 commit b974838

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.spellcheck.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ matrix:
22
- name: Markdown
33
sources:
44
# Ignore the CHANGELOG.md file, it is autogenerated
5-
- ./**/*.md|!./CHANGELOG.md
5+
- ./*.md|!./CHANGELOG.md
6+
- ./web/docs/**/*.md
67
dictionary:
78
wordlists:
89
- .wordlist.txt

0 commit comments

Comments
 (0)