Skip to content

Commit

Permalink
fix: Workflow Bot -- Update Dictionaries (main) (#3466)
Browse files Browse the repository at this point in the history
fix: Workflow Bot -- Update Dictionaries

Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent 8801e7c commit 5570431
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 48 deletions.
5 changes: 2 additions & 3 deletions integration-tests/snapshots/django/django/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Url: https://github.com/django/django.git
Args: ["**/*.{md,py}"]
Summary:
files: 2750
filesWithIssues: 928
issues: 8326
filesWithIssues: 927
issues: 8324
errors: 0
Errors: []

Expand Down Expand Up @@ -2384,7 +2384,6 @@ issues:
- "tests/null_queries/tests.py:72:9 outerb U outerb = OuterB.objects.create"
- "tests/one_to_one/models.py:67:17 Multimodel U return \"Multimodel %s\" % self.name"
- "tests/one_to_one/tests.py:145:34 multimodel U assertEqual(repr(o1.multimodel), \"<MultiModel: Multimodel"
- "tests/ordering/tests.py:134:28 chainable U # asc and desc are chainable with nulls_last."
- "tests/pagination/tests.py:261:43 fghijk U assertEqual(\"\".join(page2), \"fghijk\")"
- "tests/pagination/tests.py:262:53 kjihgf U join(reversed(page2)), \"kjihgf\")"
- "tests/postgres_tests/array_default_migrations/0002_integerarraymodel_field_2.py:13:25 integerarraydefaultmodel U model_name=\"integerarraydefaultmodel\","
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/snapshots/django/django/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: django/django
Url: "https://github.com/django/django.git"
Args: ["**/*.{md,py}"]
Lines:
CSpell: Files checked: 2750, Issues found: 8326 in 928 files
CSpell: Files checked: 2750, Issues found: 8324 in 927 files
exit code: 1
./django/__init__.py:12:26 - Unknown word (urlresolvers) -- Set the thread-local urlresolvers script prefix if `set
./django/apps/config.py:217:40 - Unknown word (qualname) -- app_config_class.__qualname__,
Expand Down Expand Up @@ -2379,7 +2379,6 @@ Lines:
./tests/null_queries/tests.py:72:9 - Unknown word (outerb) -- outerb = OuterB.objects.create
./tests/one_to_one/models.py:67:17 - Unknown word (Multimodel) -- return "Multimodel %s" % self.name
./tests/one_to_one/tests.py:145:34 - Unknown word (multimodel) -- assertEqual(repr(o1.multimodel), "<MultiModel: Multimodel
./tests/ordering/tests.py:134:28 - Unknown word (chainable) -- # asc and desc are chainable with nulls_last.
./tests/pagination/tests.py:261:43 - Unknown word (fghijk) -- assertEqual("".join(page2), "fghijk")
./tests/pagination/tests.py:262:53 - Unknown word (kjihgf) -- join(reversed(page2)), "kjihgf")
./tests/postgres_tests/array_default_migrations/0002_integerarraymodel_field_2.py:13:25 - Unknown word (integerarraydefaultmodel) -- model_name="integerarraydefaultmodel",
Expand Down
5 changes: 2 additions & 3 deletions integration-tests/snapshots/eslint/eslint/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Url: https://github.com/eslint/eslint
Args: ["**","--exclude=bin/**","--exclude=CHANGELOG.md","--exclude=_data","--exclude=tests/bench/large.js","--exclude=docs/src/_includes","--exclude=docs/src/assets/{fonts,s?css,images}"]
Summary:
files: 1775
filesWithIssues: 1215
issues: 5347
filesWithIssues: 1214
issues: 5345
errors: 0
Errors: []

Expand Down Expand Up @@ -54,7 +54,6 @@ issues:
- "docs/src/assets/scss/print.scss:187:29 mywebsite U 'http']:not([href*='mywebsite.com'])::after {"
- "docs/src/assets/scss/syntax-highlighter.scss:89:8 atrule U .token.atrule,"
- "docs/src/assets/scss/syntax-highlighter.scss:122:35 nums U variant-numeric: tabular-nums;"
- "docs/src/assets/scss/tokens/typography.scss:68:28 Grotesk U display-font: \"Space Grotesk\","
- "docs/src/developer-guide/architecture/index.md:66:264 espree U the given text with `espree` (or whatever the configured"
- "docs/src/developer-guide/architecture/index.md:68:29 estraverse U the AST is available, `estraverse` is used to traverse"
- "docs/src/developer-guide/code-path-analysis.md:363:5 hoge U hoge();"
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/snapshots/eslint/eslint/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: eslint/eslint
Url: "https://github.com/eslint/eslint"
Args: ["**","--exclude=bin/**","--exclude=CHANGELOG.md","--exclude=_data","--exclude=tests/bench/large.js","--exclude=docs/src/_includes","--exclude=docs/src/assets/{fonts,s?css,images}"]
Lines:
CSpell: Files checked: 1775, Issues found: 5347 in 1215 files
CSpell: Files checked: 1775, Issues found: 5345 in 1214 files
exit code: 1
./LICENSE:1:58 - Unknown word (openjsf) -- other contributors, <www.openjsf.org>
./Makefile.js:139:88 - Unknown word (ined) -- followed by the string "ined".
Expand Down Expand Up @@ -75,7 +75,6 @@ Lines:
./docs/src/assets/scss/print.scss:187:29 - Unknown word (mywebsite) -- 'http']:not([href*='mywebsite.com'])::after {
./docs/src/assets/scss/syntax-highlighter.scss:122:35 - Unknown word (nums) -- variant-numeric: tabular-nums;
./docs/src/assets/scss/syntax-highlighter.scss:89:8 - Unknown word (atrule) -- .token.atrule,
./docs/src/assets/scss/tokens/typography.scss:68:28 - Unknown word (Grotesk) -- display-font: "Space Grotesk",
./docs/src/developer-guide/architecture/index.md:66:264 - Unknown word (espree) -- the given text with `espree` (or whatever the configured
./docs/src/developer-guide/architecture/index.md:68:29 - Unknown word (estraverse) -- the AST is available, `estraverse` is used to traverse
./docs/src/developer-guide/code-path-analysis.md:363:5 - Unknown word (hoge) -- hoge();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: ["--config=${repoConfig}/cspell.json","**/*.*"]
Summary:
files: 755
filesWithIssues: 197
issues: 748
issues: 740
errors: 0
Errors: []

Expand Down Expand Up @@ -210,12 +210,8 @@ issues:
- "packages/typescriptlang-org/src/components/index/MigrationStories.tsx:95:55 Hawaiʻi U gave a talk at JSConf Hawaiʻi on how Airbnb adopted"
- "packages/typescriptlang-org/src/components/index/MigrationStories.tsx:136:12 Rodoslav U <p>Rodoslav Kirov and Bowen Ni covered"
- "packages/typescriptlang-org/src/components/layout/CookieBanner.tsx:51:42 openx U cookie-banner\" className=\"openx\"></div>"
- "packages/typescriptlang-org/src/components/layout/fonts.scss:65:17 Leelawadee U font-family: \"Leelawadee UI Web\";"
- "packages/typescriptlang-org/src/components/layout/fonts.scss:522:17 Nirmala U font-family: \"Nirmala UI\", \"Segoe UI\", -apple"
- "packages/typescriptlang-org/src/components/layout/fonts.scss:558:17 Malgun U font-family: \"Malgun Gothic\", Gulim, \"Segoe"
- "packages/typescriptlang-org/src/components/layout/fonts.scss:565:50 Champa U UI Web\", \"Lao UI\", DokChampa, \"Segoe UI\","
- "packages/typescriptlang-org/src/components/layout/fonts.scss:614:38 Kmer U Leelawadee UI Web\", \"Kmer UI\", \"Segoe UI\", -apple"
- "packages/typescriptlang-org/src/components/layout/fonts.scss:649:41 Pmingliu U Microsoft Jhenghei UI\", Pmingliu, \"Segoe UI\", -apple"
- "packages/typescriptlang-org/src/components/layout/fonts.scss:614:38 Kmer U Leelawadee UI Web\", \"Kmer UI\", \"Segoe UI\", -apple"
- "packages/typescriptlang-org/src/components/layout/fonts.scss:649:41 Pmingliu U Microsoft Jhenghei UI\", Pmingliu, \"Segoe UI\", -apple"
- "packages/typescriptlang-org/src/components/layout/main.scss:110:11 jetbrains U html.font-jetbrains-mono {"
- "packages/typescriptlang-org/src/components/layout/SiteFooter-Customize.tsx:73:30 colours U <p>{i(\"footer_site_colours\")}:</p>"
- "packages/typescriptlang-org/src/components/layout/TopNav.tsx:33:15 BGCDYOIYZ U appId: \"BGCDYOIYZ5\","
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: microsoft/TypeScript-Website
Url: "https://github.com/microsoft/TypeScript-Website.git"
Args: ["--config=../../../../config/repositories/microsoft/TypeScript-Website/cspell.json","**/*.*"]
Lines:
CSpell: Files checked: 755, Issues found: 748 in 197 files
CSpell: Files checked: 755, Issues found: 740 in 197 files
exit code: 1
./SECURITY.md:13:72 - Unknown word (MSRC) -- Security Response Center (MSRC) at [https://msrc.microsoft
./SECURITY.md:17:205 - Unknown word (msrc) -- found at [microsoft.com/msrc](https://aka.ms/opensource
Expand Down Expand Up @@ -210,12 +210,8 @@ Lines:
./packages/typescriptlang-org/src/components/layout/CookieBanner.tsx:51:42 - Unknown word (openx) -- cookie-banner" className="openx"></div>
./packages/typescriptlang-org/src/components/layout/SiteFooter-Customize.tsx:73:30 - Unknown word (colours) -- <p>{i("footer_site_colours")}:</p>
./packages/typescriptlang-org/src/components/layout/TopNav.tsx:33:15 - Unknown word (BGCDYOIYZ) -- appId: "BGCDYOIYZ5",
./packages/typescriptlang-org/src/components/layout/fonts.scss:522:17 - Unknown word (Nirmala) -- font-family: "Nirmala UI", "Segoe UI", -apple
./packages/typescriptlang-org/src/components/layout/fonts.scss:558:17 - Unknown word (Malgun) -- font-family: "Malgun Gothic", Gulim, "Segoe
./packages/typescriptlang-org/src/components/layout/fonts.scss:565:50 - Unknown word (Champa) -- UI Web", "Lao UI", DokChampa, "Segoe UI",
./packages/typescriptlang-org/src/components/layout/fonts.scss:614:38 - Unknown word (Kmer) -- Leelawadee UI Web", "Kmer UI", "Segoe UI", -apple
./packages/typescriptlang-org/src/components/layout/fonts.scss:649:41 - Unknown word (Pmingliu) -- Microsoft Jhenghei UI", Pmingliu, "Segoe UI", -apple
./packages/typescriptlang-org/src/components/layout/fonts.scss:65:17 - Unknown word (Leelawadee) -- font-family: "Leelawadee UI Web";
./packages/typescriptlang-org/src/components/layout/main.scss:110:11 - Unknown word (jetbrains) -- html.font-jetbrains-mono {
./packages/typescriptlang-org/src/components/search/ResultRow.scss:185:36 - Unknown word (Konqueror) -- user-select: none; /* Konqueror HTML */
./packages/typescriptlang-org/src/components/search/types.ts:38:10 - Unknown word (zeekay) -- name: "zeekay"
Expand Down
4 changes: 1 addition & 3 deletions integration-tests/snapshots/php/php-src/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: ["--config=${repoConfig}/cspell.json","**/*.{md,c,h,php}"]
Summary:
files: 1838
filesWithIssues: 1293
issues: 42493
issues: 42487
errors: 0
Errors: []

Expand Down Expand Up @@ -7530,12 +7530,10 @@ issues:
- "ext/standard/html_tables.h:4186:56 lesssim U bucket_html5_F05[] = { {\"lesssim\", 7, 0x02272, 0}, {NULL"
- "ext/standard/html_tables.h:4273:56 xharr U bucket_html5_FCA[] = { {\"xharr\", 5, 0x027F7, 0}, {NULL"
- "ext/standard/html_tables/html_table_gen.php:50:32 macroman U 859_5, cs_cp866, cs_macroman, cs_koi8r, cs_big5,"
- "ext/standard/html_tables/html_table_gen.php:51:26 hkscs U cs_gb2312, cs_big5hkscs, cs_sjis, cs_eucjp,"
- "ext/standard/html_tables/html_table_gen.php:51:36 sjis U 2, cs_big5hkscs, cs_sjis, cs_eucjp,"
- "ext/standard/html_tables/html_table_gen.php:51:45 eucjp U big5hkscs, cs_sjis, cs_eucjp,"
- "ext/standard/html_tables/html_table_gen.php:52:11 numelems U cs_numelems /* used to count the"
- "ext/standard/html_tables/html_table_gen.php:52:51 charsets U count the number of charsets */"
- "ext/standard/html_tables/html_table_gen.php:75:10 HKSCS U { \"BIG5-HKSCS\", sizeof(\"BIG5-HKSCS"
- "ext/standard/html_tables/html_table_gen.php:81:5 EUCJP U { \"EUCJP\", sizeof(\"EUCJP\")"
- "ext/standard/html_tables/html_table_gen.php:125:10 enumid U \"enumid\" => 1,"
- "ext/standard/html_tables/html_table_gen.php:144:10 enumident U \"enumident\" => \"cp1252\","
Expand Down
4 changes: 1 addition & 3 deletions integration-tests/snapshots/php/php-src/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: php/php-src
Url: "https://github.com/php/php-src.git"
Args: ["--config=../../../../config/repositories/php/php-src/cspell.json","**/*.{md,c,h,php}"]
Lines:
CSpell: Files checked: 1838, Issues found: 42493 in 1293 files
CSpell: Files checked: 1838, Issues found: 42487 in 1293 files
exit code: 1
./CODING_STANDARDS.md:105:8 - Unknown word (setclientencoding) -- pg_setclientencoding
./CODING_STANDARDS.md:126:5 - Unknown word (fooselect) -- fooselect_bar
Expand Down Expand Up @@ -7863,7 +7863,6 @@ Lines:
./ext/standard/html_tables/html_table_gen.php:431:2 - Unknown word (origdp) -- $origdp = $dp;
./ext/standard/html_tables/html_table_gen.php:435:2 - Unknown word (multicp) -- $multicp_rows = array();
./ext/standard/html_tables/html_table_gen.php:50:32 - Unknown word (macroman) -- 859_5, cs_cp866, cs_macroman, cs_koi8r, cs_big5,
./ext/standard/html_tables/html_table_gen.php:51:26 - Unknown word (hkscs) -- cs_gb2312, cs_big5hkscs, cs_sjis, cs_eucjp,
./ext/standard/html_tables/html_table_gen.php:51:36 - Unknown word (sjis) -- 2, cs_big5hkscs, cs_sjis, cs_eucjp,
./ext/standard/html_tables/html_table_gen.php:51:45 - Unknown word (eucjp) -- big5hkscs, cs_sjis, cs_eucjp,
./ext/standard/html_tables/html_table_gen.php:52:11 - Unknown word (numelems) -- cs_numelems /* used to count the
Expand All @@ -7873,7 +7872,6 @@ Lines:
./ext/standard/html_tables/html_table_gen.php:676:6 - Unknown word (entlen) -- // $entlen = strlen($o[0]) + 2
./ext/standard/html_tables/html_table_gen.php:709:15 - Unknown word (elems) -- unsigned num_elems; /* power of 2 */
./ext/standard/html_tables/html_table_gen.php:720:10 - Unknown word (hashfun) -- function hashfun($str)
./ext/standard/html_tables/html_table_gen.php:75:10 - Unknown word (HKSCS) -- { "BIG5-HKSCS", sizeof("BIG5-HKSCS
./ext/standard/html_tables/html_table_gen.php:800:18 - Unknown word (noapos) -- $ident = "be_noapos";
./ext/standard/html_tables/html_table_gen.php:81:5 - Unknown word (EUCJP) -- { "EUCJP", sizeof("EUCJP")
./ext/standard/http.c:31:8 - Unknown word (newprefix) -- char *newprefix, *p;
Expand Down
8 changes: 4 additions & 4 deletions packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@cspell/dict-cpp": "^3.2.1",
"@cspell/dict-cryptocurrencies": "^2.0.0",
"@cspell/dict-csharp": "^3.0.1",
"@cspell/dict-css": "^2.0.0",
"@cspell/dict-css": "^2.0.1",
"@cspell/dict-dart": "^1.1.1",
"@cspell/dict-django": "^2.0.0",
"@cspell/dict-docker": "^1.1.1",
Expand All @@ -59,12 +59,12 @@
"@cspell/dict-en-gb": "^1.1.33",
"@cspell/dict-en_us": "^2.3.2",
"@cspell/dict-filetypes": "^2.1.1",
"@cspell/dict-fonts": "^2.0.1",
"@cspell/dict-fonts": "^2.1.0",
"@cspell/dict-fullstack": "^2.0.6",
"@cspell/dict-git": "^1.0.1",
"@cspell/dict-golang": "^3.0.1",
"@cspell/dict-haskell": "^2.0.1",
"@cspell/dict-html": "^3.0.5",
"@cspell/dict-html": "^3.1.0",
"@cspell/dict-html-symbol-entities": "^3.0.0",
"@cspell/dict-java": "^3.0.7",
"@cspell/dict-latex": "^2.0.9",
Expand All @@ -80,7 +80,7 @@
"@cspell/dict-ruby": "^2.0.2",
"@cspell/dict-rust": "^2.0.1",
"@cspell/dict-scala": "^2.0.0",
"@cspell/dict-software-terms": "^2.2.2",
"@cspell/dict-software-terms": "^2.2.3",
"@cspell/dict-sql": "^1.0.4",
"@cspell/dict-swift": "^1.0.3",
"@cspell/dict-typescript": "^2.0.1",
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5570431

Please sign in to comment.