Skip to content

Commit 96eef84

Browse files
committed
Refresh cspell-dictionaries @v20241114
Reorganizing: - Removing `/dict/` or `/src/`. The compact-dictionaries workflow is now responsible for harmonizing these paths. Dropping: - public-licenses/additional-licenses.txt - it's functionally empty
1 parent 232ecba commit 96eef84

File tree

3 files changed

+60
-66
lines changed

3 files changed

+60
-66
lines changed

.github/actions/spelling/expect/unknown-words.sh.txt

-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apps
2-
codeql
32
cpanm
43
cpanminus
54
excludelist
@@ -10,12 +9,8 @@ gpg
109
GRAPHQL
1110
gsutil
1211
keyring
13-
maxdepth
14-
mindepth
1512
nektos
16-
noreply
1713
notest
18-
nproc
1914
physicalcpu
2015
rawfile
2116
sarifs

.github/workflows/spelling.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ jobs:
129129
extra_dictionary_limit: 10
130130
# this repository doesn't use php, but the dictionary has fairly good coverage
131131
extra_dictionaries: |
132-
cspell:software-terms/dict/softwareTerms.txt
133-
cspell:php/dict/php.txt
132+
cspell:software-terms/softwareTerms.txt
133+
cspell:php/php.txt
134134
cspell:node/node.txt
135-
cspell:python/src/python/python-lib.txt
136-
cspell:shell/dict/shell-all-words.txt
135+
cspell:python/python/python-lib.txt
136+
cspell:shell/shell-all-words.txt
137137
check_commit_messages: ${{ env.workflow_check_commit_messages }}
138138
ignore-pattern: '[^\p{Ll}\p{Lm}\p{Lt}\p{Lu}]'
139139
upper-pattern: '[\p{Lu}\p{Lt}\p{Lm}]'

action.yml

+56-57
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ inputs:
6363
dictionary_source_prefixes:
6464
description: "JSON map of prefixes for dictionary urls"
6565
required: false
66-
default: '{"cspell": "https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/"}'
66+
default: '{"cspell": "https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20241114/dictionaries/"}'
6767
extra_dictionaries:
6868
description: "Space delimited list of URLs (or `prefix:`+path) to additional word lists"
6969
required: false
@@ -72,71 +72,70 @@ inputs:
7272
description: "Compare unknown tokens against these dictionaries and suggest if applicable"
7373
required: false
7474
default: |
75-
cspell:ada/dict/ada.txt
75+
cspell:ada/ada.txt
7676
cspell:aws/aws.txt
77-
cspell:clojure/src/clojure.txt
78-
cspell:companies/src/companies.txt
79-
cspell:cpp/src/compiler-clang-attributes.txt
80-
cspell:cpp/src/compiler-gcc.txt
81-
cspell:cpp/src/compiler-msvc.txt
82-
cspell:cpp/src/ecosystem.txt
83-
cspell:cpp/src/lang-jargon.txt
84-
cspell:cpp/src/lang-keywords.txt
85-
cspell:cpp/src/people.txt
86-
cspell:cpp/src/stdlib-c.txt
87-
cspell:cpp/src/stdlib-cerrno.txt
88-
cspell:cpp/src/stdlib-cmath.txt
89-
cspell:cpp/src/stdlib-cpp.txt
90-
cspell:cpp/src/template-strings.txt
77+
cspell:clojure/clojure.txt
78+
cspell:companies/companies.txt
79+
cspell:cpp/compiler-clang-attributes.txt
80+
cspell:cpp/compiler-gcc.txt
81+
cspell:cpp/compiler-msvc.txt
82+
cspell:cpp/ecosystem.txt
83+
cspell:cpp/lang-jargon.txt
84+
cspell:cpp/lang-keywords.txt
85+
cspell:cpp/people.txt
86+
cspell:cpp/stdlib-c.txt
87+
cspell:cpp/stdlib-cerrno.txt
88+
cspell:cpp/stdlib-cmath.txt
89+
cspell:cpp/stdlib-cpp.txt
90+
cspell:cpp/template-strings.txt
9191
cspell:cryptocurrencies/cryptocurrencies.txt
9292
cspell:csharp/csharp.txt
93-
cspell:css/dict/css.txt
94-
cspell:dart/src/dart.txt
95-
cspell:django/dict/django.txt
93+
cspell:css/css.txt
94+
cspell:dart/dart.txt
95+
cspell:django/django.txt
9696
cspell:django/requirements.txt
97-
cspell:docker/src/docker-words.txt
98-
cspell:dotnet/dict/dotnet.txt
99-
cspell:elixir/dict/elixir.txt
97+
cspell:docker/docker-words.txt
98+
cspell:dotnet/dotnet.txt
99+
cspell:elixir/elixir.txt
100100
cspell:filetypes/filetypes.txt
101101
cspell:fonts/fonts.txt
102-
cspell:fullstack/dict/fullstack.txt
103-
cspell:gaming-terms/dict/gaming-terms.txt
104-
cspell:golang/dict/go.txt
105-
cspell:haskell/dict/haskell.txt
106-
cspell:html/dict/html.txt
107-
cspell:java/src/java-terms.txt
108-
cspell:java/src/java.txt
109-
cspell:k8s/dict/k8s.txt
110-
cspell:latex/dict/latex.txt
102+
cspell:fullstack/fullstack.txt
103+
cspell:gaming-terms/gaming-terms.txt
104+
cspell:golang/go.txt
105+
cspell:haskell/haskell.txt
106+
cspell:html/html.txt
107+
cspell:java/java-terms.txt
108+
cspell:java/java.txt
109+
cspell:k8s/k8s.txt
110+
cspell:latex/latex.txt
111111
cspell:latex/samples/sample-words.txt
112112
cspell:lisp/lisp.txt
113113
cspell:lorem-ipsum/dictionary.txt
114-
cspell:lua/dict/lua.txt
115-
cspell:mnemonics/src/mnemonics.txt
116-
cspell:monkeyc/src/monkeyc_keywords.txt
117-
cspell:node/dict/node.txt
118-
cspell:npm/dict/npm.txt
119-
cspell:php/dict/php.txt
120-
cspell:powershell/dict/powershell.txt
121-
cspell:public-licenses/src/additional-licenses.txt
122-
cspell:public-licenses/src/generated/public-licenses.txt
123-
cspell:python/src/additional_words.txt
124-
cspell:python/src/common/extra.txt
125-
cspell:python/src/python/python-lib.txt
126-
cspell:python/src/python/python.txt
127-
cspell:r/src/r.txt
128-
cspell:redis/dict/redis.txt
129-
cspell:ruby/dict/ruby.txt
130-
cspell:rust/dict/rust.txt
131-
cspell:scala/dict/scala.txt
132-
cspell:shell/dict/shell-all-words.txt
133-
cspell:software-terms/dict/softwareTerms.txt
134-
cspell:software-terms/dict/webServices.txt
135-
cspell:sql/src/sql.txt
136-
cspell:sql/src/tsql.txt
137-
cspell:svelte/dict/svelte.txt
138-
cspell:swift/src/swift.txt
139-
cspell:typescript/dict/typescript.txt
114+
cspell:lua/lua.txt
115+
cspell:mnemonics/mnemonics.txt
116+
cspell:monkeyc/monkeyc_keywords.txt
117+
cspell:node/node.txt
118+
cspell:npm/npm.txt
119+
cspell:php/php.txt
120+
cspell:powershell/powershell.txt
121+
cspell:public-licenses/generated/public-licenses.txt
122+
cspell:python/additional_words.txt
123+
cspell:python/common/extra.txt
124+
cspell:python/python/python-lib.txt
125+
cspell:python/python/python.txt
126+
cspell:r/r.txt
127+
cspell:redis/redis.txt
128+
cspell:ruby/ruby.txt
129+
cspell:rust/rust.txt
130+
cspell:scala/scala.txt
131+
cspell:shell/shell-all-words.txt
132+
cspell:software-terms/software-terms.txt
133+
cspell:software-terms/webServices.txt
134+
cspell:sql/sql.txt
135+
cspell:sql/tsql.txt
136+
cspell:svelte/svelte.txt
137+
cspell:swift/swift.txt
138+
cspell:typescript/typescript.txt
140139
extra_dictionary_limit:
141140
description: "Limit the number of suggested extra dictionaries."
142141
required: false

0 commit comments

Comments
 (0)