Skip to content

Commit 7344331

Browse files
author
Maciej Makowski
committed
refactor: updated extra_directories config
1 parent 26633fe commit 7344331

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/spelling.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -108,20 +108,10 @@ jobs:
108108
extra_dictionary_limit: 20
109109
extra_dictionaries:
110110
cspell:software-terms/dict/softwareTerms.txt
111-
cspell:bash/bash-words.txt
112-
cspell:companies/companies.txt
113-
cspell:cpp/cpp.txt
114-
cspell:css/css.txt
115-
cspell:en_GB/src/wordsEnGb.txt
116-
cspell:filetypes/filetypes.txt
117-
cspell:fonts/fonts.txt
118-
cspell:fullstack/fullstack.txt
119-
cspell:html/html.txt
120-
cspell:java/java.txt
121-
cspell:latex/latex.txt
122-
cspell:node/node.txt
123-
cspell:npm/npm.txt
124-
cspell:python/python.txt
111+
cspell:typescript/dict/typescript.txt
112+
cspell:cpp/src/stdlib-cpp.txt
113+
cspell:java/src/java.txt
114+
cspell:cpp/src/stdlib-c.txt
125115

126116
comment-push:
127117
name: Report (Push)

0 commit comments

Comments
 (0)