Skip to content

Commit 433fb57

Browse files
committed
added many extra dictionaries
1 parent 5bff23f commit 433fb57

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/spelling.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
"cspell": "https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20241114/dictionaries/"
6060
}
6161
extra_dictionaries:
62+
cspell/cpp/cpp.txt
6263
cspell:html/html.txt
6364
cspell:filetypes/filetypes.txt
6465
cspell:css/css.txt
@@ -67,8 +68,17 @@ jobs:
6768
cspell:npm/npm.txt
6869
cspell:aws/aws.txt
6970
cspell:software-terms/software-terms.txt
71+
cspell:cryptocurrencies/cryptocurrencies.txt
72+
cspell:cryptocurrencies/crypto-terms.txt
73+
cspell:en_AU/src/aoo-mozilla-en-dict/en_AU.dic
74+
cspell:en_CA/src/aoo-mozilla-en-dict/en_CA.dic
75+
cspell:en_GB/src/aoo-mozilla-en-dict/en-GB.dic
76+
cspell:en_US/src/aoo-mozilla-en-dict/en_US.dic
77+
cspell:en_shared/shared-additional-words.txt
78+
cpell:en_US/src/aoo-mozilla-en-dict/wordlist_kevin_en_US_20201207_123679w.txt
79+
cspell:en_US/acronyms.txt
7080
check_extra_dictionaries: true
71-
extra_dictionary_limit: 20
81+
extra_dictionary_limit: 50
7282

7383
comment:
7484
name: Report

0 commit comments

Comments
 (0)