Skip to content

Commit

Permalink
fix: Workflow Bot -- Update Dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Dec 25, 2022
1 parent 1eee3a9 commit 496dcaf
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 55 deletions.
7 changes: 3 additions & 4 deletions integration-tests/snapshots/eslint/eslint/report.yaml
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: 1821
filesWithIssues: 1228
issues: 5419
filesWithIssues: 1227
issues: 5411
errors: 0
Errors: []

Expand All @@ -14,7 +14,6 @@ issues:
- "conf/config-schema.js:14:5 fileoverview U * @fileoverview Defines a schema for"
- "conf/eslint-recommended.js:49:13 nonoctal U \"no-nonoctal-decimal-escape\": \"error"
- "conf/eslint-recommended.js:68:21 backreference U \"no-useless-backreference\": \"error\","
- "conf/eslint-recommended.js:73:14 isnan U \"use-isnan\": \"error\","
- "conf/replacements.json:12:36 parens U wrap-func\": [\"no-extra-parens\"],"
- "conf/replacements.json:13:62 paren U space-before-function-paren\"],"
- "docs/package.json:19:23 stylelint U \"lint:scss\": \"stylelint \\\"**/*.{scss,html}\\"
Expand Down Expand Up @@ -203,6 +202,7 @@ issues:
- "docs/src/rules/space-unary-ops.md:12:101 nonwords U operators and after/before `nonwords` unary operators."
- "docs/src/rules/spaced-comment.md:39:69 doxygen U documentation read by doxygen, vsdoc, etc. which must"
- "docs/src/rules/spaced-comment.md:39:78 vsdoc U ocumentation read by doxygen, vsdoc, etc. which must have"
- "docs/src/rules/use-isnan.md:2:12 isnan U title: use-isnan"
- "docs/src/rules/valid-typeof.md:31:17 strnig U typeof foo === \"strnig\""
- "docs/src/rules/valid-typeof.md:32:16 undefimed U typeof foo == \"undefimed\""
- "docs/src/rules/valid-typeof.md:33:16 nunber U typeof bar != \"nunber\""
Expand Down Expand Up @@ -338,7 +338,6 @@ issues:
- "lib/rules/no-mixed-requires.js:78:66 iojs U per nodejs v0.12.2 and iojs v0.7.1"
- "lib/rules/no-mixed-requires.js:182:62 Declarators U The list of VariableDeclarators."
- "lib/rules/no-new-native-nonconstructor.js:32:18 Nonconstructor U noNewNonconstructor: \"`{{name}}` cannot"
- "lib/rules/no-restricted-imports.js:179:57 ignorecase U allowRelativePaths: true, ignorecase: !caseSensitive }).add"
- "lib/rules/no-trailing-spaces.js:57:13 NONBLANK U NONBLANK = `${BLANK_CLASS}+$"
- "lib/rules/no-useless-backreference.js:43:12 Lookaround U function isLookaround(node) {"
- "lib/rules/no-useless-backreference.js:75:40 bref U \"Backreference '{{ bref }}' will be ignored"
Expand Down
5 changes: 2 additions & 3 deletions integration-tests/snapshots/eslint/eslint/snapshot.txt
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: 1821, Issues found: 5419 in 1228 files
CSpell: Files checked: 1821, Issues found: 5411 in 1227 files
exit code: 1
./LICENSE:1:58 - Unknown word (openjsf) -- other contributors, <www.openjsf.org>
./Makefile.js:145:88 - Unknown word (ined) -- followed by the string "ined".
Expand Down Expand Up @@ -34,7 +34,6 @@ Lines:
./conf/config-schema.js:8:63 - Unknown word (nzakas) -- file, please contact @nzakas first.
./conf/eslint-recommended.js:49:13 - Unknown word (nonoctal) -- "no-nonoctal-decimal-escape": "error
./conf/eslint-recommended.js:68:21 - Unknown word (backreference) -- "no-useless-backreference": "error",
./conf/eslint-recommended.js:73:14 - Unknown word (isnan) -- "use-isnan": "error",
./conf/replacements.json:12:36 - Unknown word (parens) -- wrap-func": ["no-extra-parens"],
./conf/replacements.json:13:62 - Unknown word (paren) -- space-before-function-paren"],
./docs/README.md:34:14 - Unknown word (docsjs) -- npm run lint:docsjs
Expand Down Expand Up @@ -223,6 +222,7 @@ Lines:
./docs/src/rules/space-unary-ops.md:12:101 - Unknown word (nonwords) -- operators and after/before `nonwords` unary operators.
./docs/src/rules/spaced-comment.md:39:69 - Unknown word (doxygen) -- documentation read by doxygen, vsdoc, etc. which must
./docs/src/rules/spaced-comment.md:39:78 - Unknown word (vsdoc) -- ocumentation read by doxygen, vsdoc, etc. which must have
./docs/src/rules/use-isnan.md:2:12 - Unknown word (isnan) -- title: use-isnan
./docs/src/rules/valid-typeof.md:31:17 - Unknown word (strnig) -- typeof foo === "strnig"
./docs/src/rules/valid-typeof.md:32:16 - Unknown word (undefimed) -- typeof foo == "undefimed"
./docs/src/rules/valid-typeof.md:33:16 - Unknown word (nunber) -- typeof bar != "nunber"
Expand Down Expand Up @@ -358,7 +358,6 @@ Lines:
./lib/rules/no-mixed-requires.js:182:62 - Unknown word (Declarators) -- The list of VariableDeclarators.
./lib/rules/no-mixed-requires.js:78:66 - Unknown word (iojs) -- per nodejs v0.12.2 and iojs v0.7.1
./lib/rules/no-new-native-nonconstructor.js:32:18 - Unknown word (Nonconstructor) -- noNewNonconstructor: "`{{name}}` cannot
./lib/rules/no-restricted-imports.js:179:57 - Unknown word (ignorecase) -- allowRelativePaths: true, ignorecase: !caseSensitive }).add
./lib/rules/no-trailing-spaces.js:57:13 - Unknown word (NONBLANK) -- NONBLANK = `${BLANK_CLASS}+$
./lib/rules/no-useless-backreference.js:112:37 - Unknown word (bref's) -- // group is bref's ancestor => bref is
./lib/rules/no-useless-backreference.js:43:12 - Unknown word (Lookaround) -- function isLookaround(node) {
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/snapshots/php/php-src/report.yaml
Expand Up @@ -5,7 +5,7 @@ Args: ["--config=${repoConfig}/cspell.json","**/*.{md,c,h,php}"]
Summary:
files: 1844
filesWithIssues: 1310
issues: 44270
issues: 44265
errors: 0
Errors: []

Expand Down Expand Up @@ -368,7 +368,6 @@ issues:
- "ext/com_dotnet/com_extension.c:142:34 Casesensitive U INI_MH(OnAutoregisterCasesensitive)"
- "ext/com_dotnet/com_extension.c:153:27 autoregister U PHP_INI_BOOLEAN(\"com.autoregister_verbose\", \"0\", PHP_INI"
- "ext/com_dotnet/com_extension.c:155:38 casesensitive U ENTRY(\"com.autoregister_casesensitive\", \"1\", PHP_INI_ALL,"
- "ext/com_dotnet/com_extension.stub.php:221:17 IGNORECASE U * @cvalue NORM_IGNORECASE"
- "ext/com_dotnet/com_extension.stub.php:254:16 DISP U * @cvalue PHP_DISP_E_DIVBYZERO"
- "ext/com_dotnet/com_extension.stub.php:254:23 DIVBYZERO U @cvalue PHP_DISP_E_DIVBYZERO"
- "ext/com_dotnet/com_extension.stub.php:343:55 codepage U string $prog_id, ?int $codepage = null): variant {}"
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/snapshots/php/php-src/snapshot.txt
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: 1844, Issues found: 44270 in 1310 files
CSpell: Files checked: 1844, Issues found: 44265 in 1310 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 @@ -670,7 +670,6 @@ Lines:
./ext/com_dotnet/com_extension.c:155:38 - Unknown word (casesensitive) -- ENTRY("com.autoregister_casesensitive", "1", PHP_INI_ALL,
./ext/com_dotnet/com_extension.c:53:11 - Unknown word (saproxy) -- *php_com_saproxy_class_entry;
./ext/com_dotnet/com_extension.c:84:12 - Unknown word (typelibraries) -- * list of typelibraries to register *persistently
./ext/com_dotnet/com_extension.stub.php:221:17 - Unknown word (IGNORECASE) -- * @cvalue NORM_IGNORECASE
./ext/com_dotnet/com_extension.stub.php:254:16 - Unknown word (DISP) -- * @cvalue PHP_DISP_E_DIVBYZERO
./ext/com_dotnet/com_extension.stub.php:254:23 - Unknown word (DIVBYZERO) -- @cvalue PHP_DISP_E_DIVBYZERO
./ext/com_dotnet/com_extension.stub.php:343:55 - Unknown word (codepage) -- string $prog_id, ?int $codepage = null): variant {}
Expand Down
4 changes: 1 addition & 3 deletions integration-tests/snapshots/sveltejs/svelte/report.yaml
Expand Up @@ -5,7 +5,7 @@ Args: ["**"]
Summary:
files: 5256
filesWithIssues: 521
issues: 4087
issues: 4084
errors: 0
Errors: []

Expand Down Expand Up @@ -564,7 +564,6 @@ issues:
- "site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:44:143 rclone U Python, Starlette, rclone & Docker."
- "site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:46:4 Streamchaser U - [Streamchaser](https://github.com"
- "site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:54:98 Meteo U weather data from Open-Meteo"
- "site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:55:4 Minecraft U - [Minecraft Profile Pic (MCPFP)"
- "site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:55:27 MCPFP U Minecraft Profile Pic (MCPFP)](https://github.com"
- "site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:68:126 Hofer U typescript-showcase) by Hofer Ivan"
- "site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:72:112 Connor U post/svelte-and-d3) by Connor Rothschild"
Expand Down Expand Up @@ -701,7 +700,6 @@ issues:
- "site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:41:70 Dall U Game made with Svelte & DallE"
- "site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:42:10 Autoname U - [Figma Autoname plugin](https://github"
- "site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:46:69 Arth U observer) is a frontend for Arth Panel, an open-source"
- "site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:46:110 minecraft U source & self-hosted minecraft server panel"
- "site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:47:55 notetaking U com/) is a cloud-based notetaking app with markdown and"
- "site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:48:4 Stablecog U - [Stablecog](https://github.com"
- "site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:50:4 sqrdoff U - [sqrdoff](https://sqrdoff.cubieverse"
Expand Down
4 changes: 1 addition & 3 deletions integration-tests/snapshots/sveltejs/svelte/snapshot.txt
Expand Up @@ -3,7 +3,7 @@ Repository: sveltejs/svelte
Url: "https://github.com/sveltejs/svelte.git"
Args: ["**"]
Lines:
CSpell: Files checked: 5256, Issues found: 4087 in 521 files
CSpell: Files checked: 5256, Issues found: 4084 in 521 files
exit code: 1
./CHANGELOG.md:1000:51 - Unknown word (introing) -- dynamic component before introing ([#3054](https://github
./CHANGELOG.md:1013:47 - Unknown word (outros) -- keyed each blocks with outros ([#3055](https://github
Expand Down Expand Up @@ -561,7 +561,6 @@ Lines:
./site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:46:4 - Unknown word (Streamchaser) -- - [Streamchaser](https://github.com
./site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:54:98 - Unknown word (Meteo) -- weather data from Open-Meteo
./site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:55:27 - Unknown word (MCPFP) -- Minecraft Profile Pic (MCPFP)](https://github.com
./site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:55:4 - Unknown word (Minecraft) -- - [Minecraft Profile Pic (MCPFP)
./site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:68:126 - Unknown word (Hofer) -- typescript-showcase) by Hofer Ivan
./site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:72:112 - Unknown word (Connor) -- post/svelte-and-d3) by Connor Rothschild
./site/content/blog/2022-04-01-whats-new-in-svelte-april-2022.md:73:135 - Unknown word (Imfeld) -- transitions) by Daniel Imfeld
Expand Down Expand Up @@ -698,7 +697,6 @@ Lines:
./site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:40:4 - Unknown word (Collabwriting) -- - [Collabwriting](https://collabwriting
./site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:41:70 - Unknown word (Dall) -- Game made with Svelte & DallE
./site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:42:10 - Unknown word (Autoname) -- - [Figma Autoname plugin](https://github
./site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:46:110 - Unknown word (minecraft) -- source & self-hosted minecraft server panel
./site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:46:69 - Unknown word (Arth) -- observer) is a frontend for Arth Panel, an open-source
./site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:47:55 - Unknown word (notetaking) -- com/) is a cloud-based notetaking app with markdown and
./site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md:48:4 - Unknown word (Stablecog) -- - [Stablecog](https://github.com
Expand Down
4 changes: 1 addition & 3 deletions integration-tests/snapshots/wireapp/wire-webapp/snapshot.txt
Expand Up @@ -3,7 +3,7 @@ Repository: wireapp/wire-webapp
Url: "https://github.com/wireapp/wire-webapp.git"
Args: ["src/script/**/*.{js,ts,tsx,md}"]
Lines:
CSpell: Files checked: 891, Issues found: 304 in 101 files
CSpell: Files checked: 891, Issues found: 302 in 100 files
exit code: 1
./src/script/assets/AssetRepository.ts:177:59 - Unknown word (DECRPYT) -- TransferState.DOWNLOAD_FAILED_DECRPYT);
./src/script/auth/component/AccountForm.tsx:254:9 - Unknown word (aligncenter) -- aligncenter
Expand Down Expand Up @@ -128,8 +128,6 @@ Lines:
./src/script/media/MediaEmbeds.test.ts:605:52 - Unknown word (Gtnm) -- track/5yEPxDjbbzUzyauGtnmVEC';
./src/script/page/LeftSidebar/panels/StartUI/PeopleTab.tsx:175:66 - Unknown word (searchng) -- just ignore it when searchng for the user locally
./src/script/page/MainContent/panels/Collection/Collection.tsx:105:39 - Unknown word (converation) -- message from a different converation, nothing to do
./src/script/page/MainContent/panels/preferences/accountPreferences/NameInput.tsx:58:35 - Unknown word (Displayname) -- t('preferencesAccountDisplayname')}
./src/script/page/MainContent/panels/preferences/accountPreferences/NameInput.tsx:61:18 - Unknown word (displayname) -- fieldName="displayname"
./src/script/page/RightSidebar/MessageDetails/MessageDetails.test.tsx:71:27 - Unknown word (Kowalski) -- const userName = 'Jan Kowalski';
./src/script/page/RightSidebar/Notifications/Notifications.test.tsx:61:41 - Unknown word (ative) -- correct new value on the ative conversation', () =
./src/script/page/RootProvider.tsx:38:44 - Unknown word (initialised) -- MainViewModel was not initialised');
Expand Down
14 changes: 7 additions & 7 deletions packages/cspell-bundled-dicts/package.json
Expand Up @@ -48,7 +48,7 @@
"@cspell/dict-ada": "^4.0.1",
"@cspell/dict-aws": "^3.0.0",
"@cspell/dict-bash": "^4.1.1",
"@cspell/dict-companies": "^3.0.4",
"@cspell/dict-companies": "^3.0.5",
"@cspell/dict-cpp": "^4.0.1",
"@cspell/dict-cryptocurrencies": "^3.0.1",
"@cspell/dict-csharp": "^4.0.2",
Expand All @@ -59,23 +59,23 @@
"@cspell/dict-dotnet": "^4.0.1",
"@cspell/dict-elixir": "^4.0.1",
"@cspell/dict-en-gb": "1.1.33",
"@cspell/dict-en_us": "^4.1.1",
"@cspell/dict-en_us": "^4.1.2",
"@cspell/dict-filetypes": "^3.0.0",
"@cspell/dict-fonts": "^3.0.0",
"@cspell/dict-fullstack": "^3.0.0",
"@cspell/dict-gaming-terms": "^1.0.2",
"@cspell/dict-gaming-terms": "^1.0.3",
"@cspell/dict-git": "^2.0.0",
"@cspell/dict-golang": "^5.0.1",
"@cspell/dict-haskell": "^4.0.1",
"@cspell/dict-html": "^4.0.2",
"@cspell/dict-html-symbol-entities": "^4.0.0",
"@cspell/dict-java": "^5.0.3",
"@cspell/dict-k8s": "^1.0.0",
"@cspell/dict-latex": "^3.0.0",
"@cspell/dict-latex": "^3.1.0",
"@cspell/dict-lorem-ipsum": "^3.0.0",
"@cspell/dict-lua": "^3.0.0",
"@cspell/dict-node": "^4.0.2",
"@cspell/dict-npm": "^5.0.1",
"@cspell/dict-npm": "^5.0.2",
"@cspell/dict-php": "^3.0.4",
"@cspell/dict-powershell": "^3.0.0",
"@cspell/dict-public-licenses": "^2.0.1",
Expand All @@ -84,11 +84,11 @@
"@cspell/dict-ruby": "^3.0.0",
"@cspell/dict-rust": "^3.0.0",
"@cspell/dict-scala": "^3.0.0",
"@cspell/dict-software-terms": "^3.0.6",
"@cspell/dict-software-terms": "^3.0.7",
"@cspell/dict-sql": "^2.0.1",
"@cspell/dict-svelte": "^1.0.1",
"@cspell/dict-swift": "^2.0.1",
"@cspell/dict-typescript": "^3.0.2",
"@cspell/dict-typescript": "^3.1.0",
"@cspell/dict-vue": "^3.0.0"
},
"engines": {
Expand Down

0 comments on commit 496dcaf

Please sign in to comment.