Skip to content

Commit

Permalink
fix: Workflow Bot -- Update Dictionaries (main) (#6746)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent fcbf845 commit 872b75b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 22 deletions.
6 changes: 3 additions & 3 deletions packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@cspell/dict-ada": "^4.0.6",
"@cspell/dict-al": "^1.0.4",
"@cspell/dict-aws": "^4.0.8",
"@cspell/dict-aws": "^4.0.9",
"@cspell/dict-bash": "^4.1.9",
"@cspell/dict-companies": "^3.1.12",
"@cspell/dict-cpp": "^6.0.3",
Expand All @@ -65,13 +65,13 @@
"@cspell/dict-elixir": "^4.0.7",
"@cspell/dict-en-common-misspellings": "^2.0.8",
"@cspell/dict-en-gb": "1.1.33",
"@cspell/dict-en_us": "^4.3.28",
"@cspell/dict-en_us": "^4.3.29",
"@cspell/dict-filetypes": "^3.0.10",
"@cspell/dict-flutter": "^1.0.4",
"@cspell/dict-fonts": "^4.0.4",
"@cspell/dict-fsharp": "^1.0.5",
"@cspell/dict-fullstack": "^3.2.3",
"@cspell/dict-gaming-terms": "^1.0.10",
"@cspell/dict-gaming-terms": "^1.1.0",
"@cspell/dict-git": "^3.0.4",
"@cspell/dict-golang": "^6.0.18",
"@cspell/dict-google": "^1.0.5",
Expand Down
5 changes: 3 additions & 2 deletions packages/cspell/src/app/__snapshots__/app.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ info
info Checking: ./src/app/app.test.ts, File type: auto, Language: default
info Checked: ./src/app/app.test.ts, File type: typescript, Language: en ... Issues: 0 0.00ms
info Config file Used: ./cspell.json
info Dictionaries Used: companies, cryptocurrencies, filetypes, public-licenses, softwareTerms, coding-compound-terms, computing-acronyms, software-term-suggestions, web-services, workspace, [in-document-dict], aws, en_us, en-common-misspellings, fullstack, node, npm, svelte, typescript
info Dictionaries Used: aws, companies, cryptocurrencies, filetypes, public-licenses, softwareTerms, coding-compound-terms, computing-acronyms, software-term-suggestions, web-services, workspace, [in-document-dict], en_us, en-common-misspellings, fullstack, node, npm, svelte, typescript
error 1/1 src/app/app.test.ts 0.00ms
error
error CSpell: Files checked: 1, Issues found: 0 in 0 files.
Expand Down Expand Up @@ -504,7 +504,7 @@ info
info Checking: ./fixtures/issue-2998/fix-words.txt, File type: fix, Language: default
info Checked: ./fixtures/issue-2998/fix-words.txt, File type: fix, Language: en ... Issues: 0 0.00ms
info Config file Used: ./fixtures/issue-2998/cspell.json
info Dictionaries Used: companies, cryptocurrencies, filetypes, public-licenses, softwareTerms, coding-compound-terms, computing-acronyms, software-term-suggestions, web-services, aws, en_us, en-common-misspellings, fixture
info Dictionaries Used: aws, companies, cryptocurrencies, filetypes, public-licenses, softwareTerms, coding-compound-terms, computing-acronyms, software-term-suggestions, web-services, en_us, en-common-misspellings, fixture
error 1/1 fix-words.txt 0.00ms
error
error CSpell: Files checked: 1, Issues found: 0 in 0 files.
Expand Down Expand Up @@ -3557,6 +3557,7 @@ hello - flutter node_modules/@cspell/dict-flutter/flutter.txt.gz
hello - fonts node_modules/@cspell/dict-fonts/dict/fonts.txt
hello - fsharp node_modules/@cspell/dict-fsharp/dict/fsharp.txt
hello - fullstack node_modules/@cspell/.../dict/fullstack.txt
hello - game-development node_modules/@cspell/.../dict/game-development.txt
hello - gaming-terms node_modules/@cspell/.../dict/gaming-terms.txt
hello - git node_modules/@cspell/dict-git/cspell-ext.json
hello * golang node_modules/@cspell/dict-golang/dict/go.txt
Expand Down
39 changes: 22 additions & 17 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 872b75b

Please sign in to comment.