Skip to content

Commit 9b06f70

Browse files
committed
Adding more suggested dictionaries
Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 6467484 commit 9b06f70

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/spelling.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,13 @@ jobs:
100100
extra_dictionaries:
101101
cspell:aws/aws.txt
102102
cspell:cpp/src/compiler-clang-attributes.txt
103+
cspell:cpp/src/compiler-msvc.txt
103104
cspell:cpp/src/ecosystem.txt
105+
cspell:cpp/src/lang-jargon.txt
104106
cspell:cpp/src/stdlib-cpp.txt
105107
cspell:css/dict/css.txt
106108
cspell:django/dict/django.txt
109+
cspell:docker/src/docker-words.txt
107110
cspell:dotnet/dict/dotnet.txt
108111
cspell:elixir/dict/elixir.txt
109112
cspell:filetypes/filetypes.txt
@@ -114,13 +117,20 @@ jobs:
114117
cspell:java/src/java-terms.txt
115118
cspell:java/src/java.txt
116119
cspell:k8s/dict/k8s.txt
120+
cspell:lorem-ipsum/dictionary.txt
121+
cspell:lua/dict/lua.txt
117122
cspell:node/dict/node.txt
118123
cspell:npm/dict/npm.txt
119124
cspell:php/dict/php.txt
125+
cspell:public-licenses/src/generated/public-licenses.txt
120126
cspell:python/src/common/extra.txt
121127
cspell:python/src/python/python-lib.txt
122128
cspell:python/src/python/python.txt
129+
cspell:r/src/r.txt
130+
cspell:ruby/dict/ruby.txt
123131
cspell:rust/dict/rust.txt
132+
cspell:shell/dict/shell-all-words.txt
124133
cspell:software-terms/dict/softwareTerms.txt
134+
cspell:swift/src/swift.txt
125135
cspell:typescript/dict/typescript.txt
126136
#check_extra_dictionaries: ''

0 commit comments

Comments
 (0)