Skip to content

Commit 0cd49f0

Browse files
fix: Workflow Bot -- Update Dictionaries (main) (#8036)
1 parent fc0fca1 commit 0cd49f0

File tree

10 files changed

+46
-52
lines changed

10 files changed

+46
-52
lines changed

integration-tests/snapshots/TheAlgorithms/Python/report.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Url: https://github.com/TheAlgorithms/Python.git
44
Args: '["**/*.{md,py}"]'
55
Summary:
66
files: 1399
7-
filesWithIssues: 481
8-
issues: 3171
7+
filesWithIssues: 480
8+
issues: 3163
99
errors: 0
1010
Errors: []
1111

@@ -14,8 +14,6 @@ issues:
1414
- "audio_filters/butterworth_filter.py:38:5 filt U filt = IIRFilter(2)"
1515
- "audio_filters/butterworth_filter.py:183:5 ppmc U ppmc = (big_a + 1) + (big"
1616
- "audio_filters/butterworth_filter.py:185:5 pmpc U pmpc = (big_a - 1) + (big"
17-
- "audio_filters/iir_filter.py:50:54 btype U btype='lowpass',"
18-
- "audio_filters/show_response.py:56:43 nyquist U log scale from 24 to nyquist frequency"
1917
- "audio_filters/show_response.py:57:9 xlim U plt.xlim(24, samplerate / 2"
2018
- "audio_filters/show_response.py:58:9 xlabel U plt.xlabel(\"Frequency (Hz)\")"
2119
- "audio_filters/show_response.py:59:9 xscale U plt.xscale(\"log\")"
@@ -861,7 +859,6 @@ issues:
861859
- "maths/bailey_borwein_plouffe.py:1:12 borwein U def bailey_borwein_plouffe(digit_position"
862860
- "maths/bailey_borwein_plouffe.py:1:20 plouffe U def bailey_borwein_plouffe(digit_position: int"
863861
- "maths/binary_multiplication.py:19:9 chinmoy U @author chinmoy159"
864-
- "maths/chebyshev_distance.py:1:5 chebyshev U def chebyshev_distance(point_a: list"
865862
- "maths/check_polygon.py:26:17 Monogons U ValueError: Monogons and Digons are not polygons"
866863
- "maths/check_polygon.py:26:30 Digons U ValueError: Monogons and Digons are not polygons in"
867864
- "maths/chudnovsky_algorithm.py:12:28 multinomial U = constant_term / ((multinomial_term * linear_term)"

integration-tests/snapshots/TheAlgorithms/Python/snapshot.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Repository: TheAlgorithms/Python
33
Url: "https://github.com/TheAlgorithms/Python.git"
44
Args: ["**/*.{md,py}"]
55
Lines:
6-
CSpell: Files checked: 1399, Issues found: 3171 in 481 files.
6+
CSpell: Files checked: 1399, Issues found: 3163 in 480 files.
77
exit code: 1
88
CONTRIBUTING.md:142:33 - Unknown word (pytest) -- doctests will be run by pytest as part of our automated
99
CONTRIBUTING.md:145:14 - Unknown word (doctest) -- python3 -m doctest -v my_submission.py
@@ -147,8 +147,6 @@ audio_filters/butterworth_filter.py:183:5 - Unknown word (ppmc) -- ppm
147147
audio_filters/butterworth_filter.py:185:5 - Unknown word (pmpc) -- pmpc = (big_a - 1) + (big
148148
audio_filters/butterworth_filter.py:22:18 - Unknown word (coeffs) -- >>> filter.a_coeffs + filter.b_coeffs
149149
audio_filters/butterworth_filter.py:38:5 - Unknown word (filt) -- filt = IIRFilter(2)
150-
audio_filters/iir_filter.py:50:54 - Unknown word (btype) -- btype='lowpass',
151-
audio_filters/show_response.py:56:43 - Unknown word (nyquist) -- log scale from 24 to nyquist frequency
152150
audio_filters/show_response.py:57:9 - Unknown word (xlim) -- plt.xlim(24, samplerate / 2
153151
audio_filters/show_response.py:58:9 - Unknown word (xlabel) -- plt.xlabel("Frequency (Hz)")
154152
audio_filters/show_response.py:59:9 - Unknown word (xscale) -- plt.xscale("log")
@@ -856,7 +854,6 @@ maths/area.py:584:13 - Unknown word (Reqular) -- print(f"Reqular Pentagon:
856854
maths/bailey_borwein_plouffe.py:1:12 - Unknown word (borwein) -- def bailey_borwein_plouffe(digit_position
857855
maths/bailey_borwein_plouffe.py:1:20 - Unknown word (plouffe) -- def bailey_borwein_plouffe(digit_position: int
858856
maths/binary_multiplication.py:19:9 - Unknown word (chinmoy) -- @author chinmoy159
859-
maths/chebyshev_distance.py:1:5 - Unknown word (chebyshev) -- def chebyshev_distance(point_a: list
860857
maths/check_polygon.py:26:17 - Unknown word (Monogons) -- ValueError: Monogons and Digons are not polygons
861858
maths/check_polygon.py:26:30 - Unknown word (Digons) -- ValueError: Monogons and Digons are not polygons in
862859
maths/chudnovsky_algorithm.py:12:28 - Unknown word (multinomial) -- = constant_term / ((multinomial_term * linear_term)

integration-tests/snapshots/eslint/eslint/report.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Url: https://github.com/eslint/eslint
44
Args: '[".","--config=../../../config/eslint/cspell.config.yaml","--issues-summary-report","--exclude=bin/**","--exclude=CHANGELOG.md","--exclude=_data","--exclude=tests/bench/large.js","--exclude=docs/src/_includes","--exclude=docs/src/assets/{fonts,s?css,images}"]'
55
Summary:
66
files: 2089
7-
filesWithIssues: 303
8-
issues: 1521
7+
filesWithIssues: 302
8+
issues: 1520
99
errors: 0
1010
Errors: []
1111

@@ -543,7 +543,6 @@ issues:
543543
- "tests/performance/jshint.js:14674:54 wuint U pass that off to the wuint* functions. To do that"
544544
- "tests/performance/jshint.js:14700:16 verifsint U function verifsint(value, max, min) {"
545545
- "tests/performance/jshint.js:14722:16 verif U function verifIEEE754(value, max, min"
546-
- "tests/pnpm/tsconfig.json:5:16 nodenext U \"module\": \"nodenext\","
547546
- "tests/tools/check-rule-examples.js:81:19 mbad U \"\\x1B[0m\\x1B[4mbad-examples.md\\x1B[24m"
548547
- "tests/tools/check-rule-examples.js:82:44 merror U 1:4\\x1B[22m \\x1B[31merror\\x1B[39m Missing language"
549548
- "tests/tools/eslint-fuzzer.js:169:23 foos U message: \"no foos allowed\","
@@ -883,7 +882,6 @@ issuesSummary:
883882
- "text: nobreaknonadjacent, count: 5, files: 1,"
884883
- "text: nochange, count: 2, files: 1,"
885884
- "text: nodeca, count: 1, files: 1,"
886-
- "text: nodenext, count: 1, files: 1,"
887885
- "text: nodetype, count: 1, files: 1,"
888886
- "text: NONBLANK, count: 2, files: 1,"
889887
- "text: nonblock, count: 12, files: 5,"

integration-tests/snapshots/eslint/eslint/snapshot.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Repository: eslint/eslint
33
Url: "https://github.com/eslint/eslint"
44
Args: [".","--config=../../../config/eslint/cspell.config.yaml","--issues-summary-report","--exclude=bin/**","--exclude=CHANGELOG.md","--exclude=_data","--exclude=tests/bench/large.js","--exclude=docs/src/_includes","--exclude=docs/src/assets/{fonts,s?css,images}"]
55
Lines:
6-
CSpell: Files checked: 2089, Issues found: 1521 in 303 files.
6+
CSpell: Files checked: 2089, Issues found: 1520 in 302 files.
77
exit code: 1
88
Makefile.js:126:82 - Unknown word (ined) -- followed by the string "ined".
99
Makefile.js:375:9 - Unknown word (gensite) -- target.gensite();
@@ -538,7 +538,6 @@ tests/performance/jshint.js:9231:62 - Unknown word (octals)
538538
tests/performance/jshint.js:936:15 - Unknown word (maxlen) -- /*jshint maxlen:1000 */
539539
tests/performance/jshint.js:962:23 - Unknown word (jscript) -- /^(?:javascript|jscript|ecmascript|vbscript
540540
tests/performance/jshint.js:962:57 - Unknown word (livescript) -- ecmascript|vbscript|mocha|livescript)\s*:/i;
541-
tests/pnpm/tsconfig.json:5:16 - Unknown word (nodenext) -- "module": "nodenext",
542541
tests/tools/check-rule-examples.js:81:19 - Unknown word (mbad) -- "\x1B[0m\x1B[4mbad-examples.md\x1B[24m
543542
tests/tools/check-rule-examples.js:82:44 - Unknown word (merror) -- 1:4\x1B[22m \x1B[31merror\x1B[39m Missing language
544543
tests/tools/eslint-fuzzer.js:169:23 - Unknown word (foos) -- message: "no foos allowed",

integration-tests/snapshots/microsoft/TypeScript-Website/report.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Url: https://github.com/microsoft/TypeScript-Website.git
44
Args: '["--config=${repoConfig}/cspell.json","**/*.*"]'
55
Summary:
66
files: 761
7-
filesWithIssues: 166
8-
issues: 717
7+
filesWithIssues: 158
8+
issues: 656
99
errors: 0
1010
Errors: []
1111

@@ -45,7 +45,6 @@ issues:
4545
- "packages/documentation/copy/en/javascript/JSDoc Reference.md:780:10 jsdocs U * As do jsdocs on variable assignments"
4646
- "packages/documentation/copy/en/modules-reference/appendices/ESM-CJS-Interop.md:149:41 Traceur U flag first appeared in Traceur, then in Babel, SystemJS"
4747
- "packages/documentation/copy/en/modules-reference/appendices/ESM-CJS-Interop.md:224:10 worl (world) U exports[\"worl\" + \"d\"] = \"hello\";"
48-
- "packages/documentation/copy/en/modules-reference/appendices/ESM-CJS-Interop.md:275:518 nodenext U node16`, `node18`, or `nodenext`.)"
4948
- "packages/documentation/copy/en/modules-reference/guides/Choosing Compiler Options.md:75:164 extensionless U a bundler, allowing extensionless/index module specifiers"
5049
- "packages/documentation/copy/en/modules-reference/guides/Choosing Compiler Options.md:115:15 importmap U <script type=\"importmap\">"
5150
- "packages/documentation/copy/en/modules-reference/Reference.md:554:495 analagous (analogous) U with the same name and analagous file extension."

integration-tests/snapshots/microsoft/TypeScript-Website/snapshot.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Repository: microsoft/TypeScript-Website
33
Url: "https://github.com/microsoft/TypeScript-Website.git"
44
Args: ["--config=../../../../config/repositories/microsoft/TypeScript-Website/cspell.json","**/*.*"]
55
Lines:
6-
CSpell: Files checked: 761, Issues found: 717 in 166 files.
6+
CSpell: Files checked: 761, Issues found: 656 in 158 files.
77
exit code: 1
88
SECURITY.md:13:72 - Unknown word (MSRC) -- Security Response Center (MSRC) at [https://msrc.microsoft
99
SECURITY.md:17:205 - Unknown word (msrc) -- found at [microsoft.com/msrc](https://aka.ms/opensource
@@ -47,7 +47,6 @@ packages/documentation/copy/en/modules-reference/Reference.md:862:19 - Unknow
4747
packages/documentation/copy/en/modules-reference/Theory.md:347:177 - Unknown word (extensioned) -- silence the error on `.ts`-extensioned imports.
4848
packages/documentation/copy/en/modules-reference/appendices/ESM-CJS-Interop.md:149:41 - Unknown word (Traceur) -- flag first appeared in Traceur, then in Babel, SystemJS
4949
packages/documentation/copy/en/modules-reference/appendices/ESM-CJS-Interop.md:224:10 - Unknown word (worl) -- exports["worl" + "d"] = "hello";
50-
packages/documentation/copy/en/modules-reference/appendices/ESM-CJS-Interop.md:275:518 - Unknown word (nodenext) -- node16`, `node18`, or `nodenext`.)
5150
packages/documentation/copy/en/modules-reference/guides/Choosing Compiler Options.md:115:15 - Unknown word (importmap) -- <script type="importmap">
5251
packages/documentation/copy/en/modules-reference/guides/Choosing Compiler Options.md:75:164 - Unknown word (extensionless) -- a bundler, allowing extensionless/index module specifiers
5352
packages/documentation/copy/en/project-config/Compiler Options.md:207:108 - Unknown word (fixedchunksize) -- amicpriority</code>, or <code>fixedchunksize</code></p>

integration-tests/snapshots/slint-ui/slint/report.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Url: https://github.com/slint-ui/slint
44
Args: '["--config=${commonRoot}/config/slint/cspell.config.yaml","--issues-summary-report","."]'
55
Summary:
66
files: 2570
7-
filesWithIssues: 872
8-
issues: 5022
7+
filesWithIssues: 871
8+
issues: 5021
99
errors: 0
1010
Errors: []
1111

@@ -332,7 +332,7 @@ issues:
332332
- "api/node/__test__/resources/test-fileloader.slint:1:1\tNo issues found"
333333
- "api/node/__test__/resources/test-struct.slint:1:1\tNo issues found"
334334
- "api/node/__test__/resources/test.slint:1:1\tNo issues found"
335-
- "api/node/__test__/tsconfig.json:3:20 nodenext U \"module\": \"nodenext\","
335+
- "api/node/__test__/tsconfig.json:1:1\tNo issues found"
336336
- "api/node/__test__/types.spec.mts:1:1\tNo issues found"
337337
- "api/node/__test__/window.spec.mts:1:1\tNo issues found"
338338
- "api/node/binaries.json:1:1\tNo issues found"
@@ -7599,7 +7599,6 @@ issuesSummary:
75997599
- "text: NOCTTY, count: 1, files: 1,"
76007600
- "text: nodekind, count: 5, files: 1,"
76017601
- "text: nodelay, count: 1, files: 1,"
7602-
- "text: nodenext, count: 1, files: 1,"
76037602
- "text: nodepackage, count: 1, files: 1,"
76047603
- "text: noexcept, count: 2, files: 2,"
76057604
- "text: noglib, count: 2, files: 2,"

integration-tests/snapshots/slint-ui/slint/snapshot.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Repository: slint-ui/slint
33
Url: "https://github.com/slint-ui/slint"
44
Args: ["--config=../../../../repositories/config/slint/cspell.config.yaml","--issues-summary-report","."]
55
Lines:
6-
CSpell: Files checked: 2570, Issues found: 5022 in 872 files.
6+
CSpell: Files checked: 2570, Issues found: 5021 in 871 files.
77
exit code: 1
88
CMakeLists.txt:17:14 - Unknown word (TOPLEVEL) -- set(SLINT_IS_TOPLEVEL_BUILD TRUE)
99
CMakeLists.txt:27:31 - Unknown word (dylib's) -- macOS, the slint_cpp.dylib's install_name uses @rpath
@@ -302,7 +302,6 @@ api/node/__test__/js_value_conversion.spec.mts:879:51 - Unknown word (auri)
302302
api/node/__test__/js_value_conversion.spec.mts:879:68 - Unknown word (florian) -- olivier, auri, tobias and florian");
303303
api/node/__test__/models.spec.mts:46:32 - Unknown word (Mustermann) -- first: "Max", last: "Mustermann" },
304304
api/node/__test__/models.spec.mts:47:34 - Unknown word (Tisch) -- first: "Roman", last: "Tisch" },
305-
api/node/__test__/tsconfig.json:3:20 - Unknown word (nodenext) -- "module": "nodenext",
306305
api/node/cover.md:325:45 - Unknown word (defing) -- be created either by defing of an object literal
307306
api/node/cover.md:396:1 - Unknown word (componen) -- componen instance. Each global
308307
api/node/rust/interpreter/component_compiler.rs:10:16 - Unknown word (Itertools) -- use itertools::Itertools;

packages/cspell-bundled-dicts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@cspell/dict-csharp": "^4.0.7",
5858
"@cspell/dict-css": "^4.0.18",
5959
"@cspell/dict-dart": "^2.3.1",
60-
"@cspell/dict-data-science": "^2.0.11",
60+
"@cspell/dict-data-science": "^2.0.12",
6161
"@cspell/dict-django": "^4.1.5",
6262
"@cspell/dict-docker": "^1.1.16",
6363
"@cspell/dict-dotnet": "^5.0.10",
@@ -88,17 +88,17 @@
8888
"@cspell/dict-markdown": "^2.0.12",
8989
"@cspell/dict-monkeyc": "^1.0.11",
9090
"@cspell/dict-node": "^5.0.8",
91-
"@cspell/dict-npm": "^5.2.22",
91+
"@cspell/dict-npm": "^5.2.23",
9292
"@cspell/dict-php": "^4.1.0",
9393
"@cspell/dict-powershell": "^5.0.15",
9494
"@cspell/dict-public-licenses": "^2.0.15",
95-
"@cspell/dict-python": "^4.2.21",
95+
"@cspell/dict-python": "^4.2.22",
9696
"@cspell/dict-r": "^2.1.1",
9797
"@cspell/dict-ruby": "^5.0.9",
9898
"@cspell/dict-rust": "^4.0.12",
9999
"@cspell/dict-scala": "^5.0.8",
100100
"@cspell/dict-shell": "^1.1.2",
101-
"@cspell/dict-software-terms": "^5.1.13",
101+
"@cspell/dict-software-terms": "^5.1.14",
102102
"@cspell/dict-sql": "^2.2.1",
103103
"@cspell/dict-svelte": "^1.0.7",
104104
"@cspell/dict-swift": "^2.0.6",

pnpm-lock.yaml

Lines changed: 29 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)