Skip to content

Commit

Permalink
fix: Update dictionaries (#3795)
Browse files Browse the repository at this point in the history
* fix: Update dictionaries
  • Loading branch information
Jason3S committed Oct 31, 2022
1 parent 1782748 commit ae8de27
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 58 deletions.
Expand Up @@ -5,7 +5,7 @@ Args: ["**/*.md","**/*.java"]
Summary:
files: 1702
filesWithIssues: 1653
issues: 9841
issues: 9845
errors: 0
Errors: []

Expand Down Expand Up @@ -105,6 +105,7 @@ issues:
- "composite-view/README.md:41:22 Servlet U Firstly there is `AppServlet` which is an `HttpServlet"
- "composite-view/README.md:201:5 scriplets U The scriplets in the file are part"
- "composite-view/README.md:274:1 Intelli U IntelliJ:"
- "composite-view/src/main/java/com/iluwatar/compositeview/AppServlet.java:25:22 compositeview U package com.iluwatar.compositeview;"
- "converter/README.md:52:34 Dtos U final List<U> createFromDtos(final Collection<T>"
- "converter/README.md:52:59 dtos U final Collection<T> dtos) {"
- "converter/src/main/java/com/iluwatar/converter/App.java:52:19 Camile U new User(\"Camile\", \"Tough\", false, \""
Expand Down
Expand Up @@ -3,7 +3,7 @@ Repository: iluwatar/java-design-patterns
Url: "https://github.com/iluwatar/java-design-patterns.git"
Args: ["**/*.md","**/*.java"]
Lines:
CSpell: Files checked: 1702, Issues found: 9841 in 1653 files
CSpell: Files checked: 1702, Issues found: 9845 in 1653 files
exit code: 1
./LICENSE.md:23:19 - Unknown word (viewmodel) -- Module Model-view-viewmodel is using ZK framework
./LICENSE.md:3:23 - Unknown word (Ilkka) -- Copyright � 2014-2021 Ilkka Sepp�l�
Expand Down Expand Up @@ -394,6 +394,7 @@ Lines:
./composite-view/README.md:25:74 - Unknown word (subviews) -- composed of smaller subviews.
./composite-view/README.md:274:1 - Unknown word (Intelli) -- IntelliJ:
./composite-view/README.md:41:22 - Unknown word (Servlet) -- Firstly there is `AppServlet` which is an `HttpServlet
./composite-view/src/main/java/com/iluwatar/compositeview/AppServlet.java:25:22 - Unknown word (compositeview) -- package com.iluwatar.compositeview;
./converter/README.md:52:34 - Unknown word (Dtos) -- final List<U> createFromDtos(final Collection<T>
./converter/README.md:52:59 - Unknown word (dtos) -- final Collection<T> dtos) {
./converter/src/main/java/com/iluwatar/converter/App.java:52:19 - Unknown word (Camile) -- new User("Camile", "Tough", false, "
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
"update-packages": "pnpm run update-packages-src && pnpm run update-packages-docs",
"update-packages-docs": "cd website && pnpm run update-packages",
"update-packages-src": "pnpm -r up",
"update-dictionary-packages": "pnpm --filter \"@cspell/cspell-bundled-dicts\" up \"@cspell/dict*\"",
"update-dictionary-packages": "pnpm --filter \"@cspell/cspell-bundled-dicts\" run update-dictionaries",
"update-integrations-and-snapshots": "pnpm -r run update-repositories --scope cspell-integration-tests",
"update-integrations-list": "cd integration-tests && ./repo-list.sh",
"update-schema": "cd packages/cspell-types && pnpm i && pnpm run build",
Expand Down
22 changes: 12 additions & 10 deletions packages/cspell-bundled-dicts/package.json
Expand Up @@ -24,7 +24,9 @@
"clean": "echo clean",
"clean-build": "pnpm run clean && pnpm run build",
"watch": "pnpm run build --watch",
"test": "node ../../bin.js \"**/*.{txt,md,ts}\""
"test": "node ../../bin.js \"**/*.{txt,md,ts}\"",
"update-fix-en-gb": "pnpm add @cspell/dict-en-gb@1.1.33",
"update-dictionaries": "pnpm update --latest \"@cspell/dict-*\" && pnpm run update-fix-en-gb"
},
"repository": {
"type": "git",
Expand All @@ -46,18 +48,18 @@
"@cspell/dict-ada": "^3.0.0",
"@cspell/dict-aws": "^3.0.0",
"@cspell/dict-bash": "^3.0.0",
"@cspell/dict-companies": "^3.0.1",
"@cspell/dict-companies": "^3.0.2",
"@cspell/dict-cpp": "^4.0.0",
"@cspell/dict-cryptocurrencies": "^3.0.0",
"@cspell/dict-csharp": "^4.0.0",
"@cspell/dict-cryptocurrencies": "^3.0.1",
"@cspell/dict-csharp": "^4.0.1",
"@cspell/dict-css": "^3.0.0",
"@cspell/dict-dart": "^2.0.0",
"@cspell/dict-django": "^3.0.0",
"@cspell/dict-docker": "^1.1.1",
"@cspell/dict-dotnet": "^3.0.0",
"@cspell/dict-dotnet": "^3.0.1",
"@cspell/dict-elixir": "^3.0.0",
"@cspell/dict-en-gb": "^1.1.33",
"@cspell/dict-en_us": "^3.0.0",
"@cspell/dict-en-gb": "1.1.33",
"@cspell/dict-en_us": "^4.0.0",
"@cspell/dict-filetypes": "^3.0.0",
"@cspell/dict-fonts": "^3.0.0",
"@cspell/dict-fullstack": "^3.0.0",
Expand All @@ -66,21 +68,21 @@
"@cspell/dict-haskell": "^3.0.0",
"@cspell/dict-html": "^4.0.0",
"@cspell/dict-html-symbol-entities": "^4.0.0",
"@cspell/dict-java": "^4.0.0",
"@cspell/dict-java": "^5.0.2",
"@cspell/dict-latex": "^3.0.0",
"@cspell/dict-lorem-ipsum": "^3.0.0",
"@cspell/dict-lua": "^3.0.0",
"@cspell/dict-node": "^4.0.1",
"@cspell/dict-npm": "^4.0.1",
"@cspell/dict-php": "^3.0.1",
"@cspell/dict-php": "^3.0.2",
"@cspell/dict-powershell": "^3.0.0",
"@cspell/dict-public-licenses": "^2.0.0",
"@cspell/dict-python": "^4.0.0",
"@cspell/dict-r": "^2.0.0",
"@cspell/dict-ruby": "^3.0.0",
"@cspell/dict-rust": "^3.0.0",
"@cspell/dict-scala": "^3.0.0",
"@cspell/dict-software-terms": "^3.0.1",
"@cspell/dict-software-terms": "^3.0.2",
"@cspell/dict-sql": "^2.0.0",
"@cspell/dict-swift": "^2.0.0",
"@cspell/dict-typescript": "^3.0.1",
Expand Down
32 changes: 16 additions & 16 deletions packages/cspell/src/__snapshots__/app.test.ts.snap
Expand Up @@ -737,7 +737,7 @@ café - css ../../node_modules/.pnpm...spell/dict-css/css.txt.
café - dart ../../node_modules/.pnpm...ell/dict-dart/dart.txt.gz
café - django ../../node_modules/.pnpm...dict-django/django.txt.gz
café - docker ../../node_modules/.pnpm...ocker/docker-words.txt.gz
café - dotnet ../../node_modules/.pnpm...dict-dotnet/dotnet.txt.gz
café - dotnet ../../node_modules/.pnpm...ct-dotnet/dict/dotnet.txt
café - elixir ../../node_modules/.pnpm...dict-elixir/elixir.txt.gz
café * en_us* ../../node_modules/.pnpm.../dict-en_us/en_US.trie.gz
café * en-gb ../../node_modules/.pnpm.../dict-en-gb/en_GB.trie.gz
Expand All @@ -748,7 +748,7 @@ café - golang ../../node_modules/.pnpm...ell/dict-golang/go.txt.
café - haskell ../../node_modules/.pnpm...ct-haskell/haskell.txt.gz
café - html ../../node_modules/.pnpm...ell/dict-html/html.txt.gz
café - html-symbol-entitie ../../node_modules/.pnpm...-entities/entities.txt.gz
café - java ../../node_modules/.pnpm...ell/dict-java/java.txt.gz
café - java ../../node_modules/.pnpm...ll/dict-java/java.trie.gz
café - latex ../../node_modules/.pnpm...l/dict-latex/latex.txt.gz
café - lorem-ipsum ../../node_modules/.pnpm...m-ipsum/dictionary.txt.gz
café - lua ../../node_modules/.pnpm...spell/dict-lua/lua.txt.gz
Expand Down Expand Up @@ -791,7 +791,7 @@ hello - css ../../node_modules/.pnpm...pell/dict-css/css.txt.gz
hello - dart ../../node_modules/.pnpm...ll/dict-dart/dart.txt.gz
hello - django ../../node_modules/.pnpm...ict-django/django.txt.gz
hello - docker ../../node_modules/.pnpm...cker/docker-words.txt.gz
hello - dotnet ../../node_modules/.pnpm...ict-dotnet/dotnet.txt.gz
hello - dotnet ../../node_modules/.pnpm...t-dotnet/dict/dotnet.txt
hello - elixir ../../node_modules/.pnpm...ict-elixir/elixir.txt.gz
hello * en_us ../../node_modules/.pnpm...dict-en_us/en_US.trie.gz
hello * en-gb* ../../node_modules/.pnpm...dict-en-gb/en_GB.trie.gz
Expand All @@ -802,7 +802,7 @@ hello * golang ../../node_modules/.pnpm...ll/dict-golang/go.txt.gz
hello - haskell ../../node_modules/.pnpm...t-haskell/haskell.txt.gz
hello - html ../../node_modules/.pnpm...ll/dict-html/html.txt.gz
hello - html-symbol-entitie ../../node_modules/.pnpm...entities/entities.txt.gz
hello - java ../../node_modules/.pnpm...ll/dict-java/java.txt.gz
hello - java ../../node_modules/.pnpm...l/dict-java/java.trie.gz
hello - latex ../../node_modules/.pnpm.../dict-latex/latex.txt.gz
hello - lorem-ipsum ../../node_modules/.pnpm...-ipsum/dictionary.txt.gz
hello - lua ../../node_modules/.pnpm...pell/dict-lua/lua.txt.gz
Expand Down Expand Up @@ -845,7 +845,7 @@ hello - css ../../node_modules/.pnpm...pell/dict-css/css.txt.gz
hello - dart ../../node_modules/.pnpm...ll/dict-dart/dart.txt.gz
hello - django ../../node_modules/.pnpm...ict-django/django.txt.gz
hello - docker ../../node_modules/.pnpm...cker/docker-words.txt.gz
hello - dotnet ../../node_modules/.pnpm...ict-dotnet/dotnet.txt.gz
hello - dotnet ../../node_modules/.pnpm...t-dotnet/dict/dotnet.txt
hello - elixir ../../node_modules/.pnpm...ict-elixir/elixir.txt.gz
hello * en_us* ../../node_modules/.pnpm...dict-en_us/en_US.trie.gz
hello * en-gb ../../node_modules/.pnpm...dict-en-gb/en_GB.trie.gz
Expand All @@ -856,7 +856,7 @@ hello * golang ../../node_modules/.pnpm...ll/dict-golang/go.txt.gz
hello - haskell ../../node_modules/.pnpm...t-haskell/haskell.txt.gz
hello - html ../../node_modules/.pnpm...ll/dict-html/html.txt.gz
hello - html-symbol-entitie ../../node_modules/.pnpm...entities/entities.txt.gz
hello - java ../../node_modules/.pnpm...ll/dict-java/java.txt.gz
hello - java ../../node_modules/.pnpm...l/dict-java/java.trie.gz
hello - latex ../../node_modules/.pnpm.../dict-latex/latex.txt.gz
hello - lorem-ipsum ../../node_modules/.pnpm...-ipsum/dictionary.txt.gz
hello - lua ../../node_modules/.pnpm...pell/dict-lua/lua.txt.gz
Expand Down Expand Up @@ -1060,7 +1060,7 @@ café - css ../../node_modules/.pnpm...spell/dict-css/css.txt.
café - dart ../../node_modules/.pnpm...ell/dict-dart/dart.txt.gz
café - django ../../node_modules/.pnpm...dict-django/django.txt.gz
café - docker ../../node_modules/.pnpm...ocker/docker-words.txt.gz
café - dotnet ../../node_modules/.pnpm...dict-dotnet/dotnet.txt.gz
café - dotnet ../../node_modules/.pnpm...ct-dotnet/dict/dotnet.txt
café - elixir ../../node_modules/.pnpm...dict-elixir/elixir.txt.gz
café * en_us* ../../node_modules/.pnpm.../dict-en_us/en_US.trie.gz
café * en-gb ../../node_modules/.pnpm.../dict-en-gb/en_GB.trie.gz
Expand All @@ -1071,7 +1071,7 @@ café - golang ../../node_modules/.pnpm...ell/dict-golang/go.txt.
café - haskell ../../node_modules/.pnpm...ct-haskell/haskell.txt.gz
café - html ../../node_modules/.pnpm...ell/dict-html/html.txt.gz
café - html-symbol-entitie ../../node_modules/.pnpm...-entities/entities.txt.gz
café - java ../../node_modules/.pnpm...ell/dict-java/java.txt.gz
café - java ../../node_modules/.pnpm...ll/dict-java/java.trie.gz
café - latex ../../node_modules/.pnpm...l/dict-latex/latex.txt.gz
café - lorem-ipsum ../../node_modules/.pnpm...m-ipsum/dictionary.txt.gz
café - lua ../../node_modules/.pnpm...spell/dict-lua/lua.txt.gz
Expand Down Expand Up @@ -1114,7 +1114,7 @@ hello - css ../../node_modules/.pnpm...pell/dict-css/css.txt.gz
hello - dart ../../node_modules/.pnpm...ll/dict-dart/dart.txt.gz
hello - django ../../node_modules/.pnpm...ict-django/django.txt.gz
hello - docker ../../node_modules/.pnpm...cker/docker-words.txt.gz
hello - dotnet ../../node_modules/.pnpm...ict-dotnet/dotnet.txt.gz
hello - dotnet ../../node_modules/.pnpm...t-dotnet/dict/dotnet.txt
hello - elixir ../../node_modules/.pnpm...ict-elixir/elixir.txt.gz
hello * en_us* ../../node_modules/.pnpm...dict-en_us/en_US.trie.gz
hello * en-gb ../../node_modules/.pnpm...dict-en-gb/en_GB.trie.gz
Expand All @@ -1125,7 +1125,7 @@ hello * golang ../../node_modules/.pnpm...ll/dict-golang/go.txt.gz
hello - haskell ../../node_modules/.pnpm...t-haskell/haskell.txt.gz
hello - html ../../node_modules/.pnpm...ll/dict-html/html.txt.gz
hello - html-symbol-entitie ../../node_modules/.pnpm...entities/entities.txt.gz
hello - java ../../node_modules/.pnpm...ll/dict-java/java.txt.gz
hello - java ../../node_modules/.pnpm...l/dict-java/java.trie.gz
hello - latex ../../node_modules/.pnpm.../dict-latex/latex.txt.gz
hello - lorem-ipsum ../../node_modules/.pnpm...-ipsum/dictionary.txt.gz
hello - lua ../../node_modules/.pnpm...pell/dict-lua/lua.txt.gz
Expand Down Expand Up @@ -1168,7 +1168,7 @@ hello - css ../../node_modules/.pnpm...pell/dict-css/css.txt.gz
hello - dart ../../node_modules/.pnpm...ll/dict-dart/dart.txt.gz
hello - django ../../node_modules/.pnpm...ict-django/django.txt.gz
hello - docker ../../node_modules/.pnpm...cker/docker-words.txt.gz
hello - dotnet ../../node_modules/.pnpm...ict-dotnet/dotnet.txt.gz
hello - dotnet ../../node_modules/.pnpm...t-dotnet/dict/dotnet.txt
hello - elixir ../../node_modules/.pnpm...ict-elixir/elixir.txt.gz
hello * en_us ../../node_modules/.pnpm...dict-en_us/en_US.trie.gz
hello * en-gb* ../../node_modules/.pnpm...dict-en-gb/en_GB.trie.gz
Expand All @@ -1179,7 +1179,7 @@ hello * golang ../../node_modules/.pnpm...ll/dict-golang/go.txt.gz
hello - haskell ../../node_modules/.pnpm...t-haskell/haskell.txt.gz
hello - html ../../node_modules/.pnpm...ll/dict-html/html.txt.gz
hello - html-symbol-entitie ../../node_modules/.pnpm...entities/entities.txt.gz
hello - java ../../node_modules/.pnpm...ll/dict-java/java.txt.gz
hello - java ../../node_modules/.pnpm...l/dict-java/java.trie.gz
hello - latex ../../node_modules/.pnpm.../dict-latex/latex.txt.gz
hello - lorem-ipsum ../../node_modules/.pnpm...-ipsum/dictionary.txt.gz
hello - lua ../../node_modules/.pnpm...pell/dict-lua/lua.txt.gz
Expand Down Expand Up @@ -1250,7 +1250,7 @@ hello - css ../../node_modules/.pnpm...pell/dict-css/css.txt.gz
hello - dart ../../node_modules/.pnpm...ll/dict-dart/dart.txt.gz
hello - django ../../node_modules/.pnpm...ict-django/django.txt.gz
hello - docker ../../node_modules/.pnpm...cker/docker-words.txt.gz
hello - dotnet ../../node_modules/.pnpm...ict-dotnet/dotnet.txt.gz
hello - dotnet ../../node_modules/.pnpm...t-dotnet/dict/dotnet.txt
hello - elixir ../../node_modules/.pnpm...ict-elixir/elixir.txt.gz
hello * en_us* ../../node_modules/.pnpm...dict-en_us/en_US.trie.gz
hello * en-gb ../../node_modules/.pnpm...dict-en-gb/en_GB.trie.gz
Expand All @@ -1262,7 +1262,7 @@ hello - haskell ../../node_modules/.pnpm...t-haskell/haskell.txt.gz
hello - html ../../node_modules/.pnpm...ll/dict-html/html.txt.gz
hello - html-symbol-entitie ../../node_modules/.pnpm...entities/entities.txt.gz
hello - ignore words* ../../cspell-ignore-words.txt
hello - java ../../node_modules/.pnpm...ll/dict-java/java.txt.gz
hello - java ../../node_modules/.pnpm...l/dict-java/java.trie.gz
hello - latex ../../node_modules/.pnpm.../dict-latex/latex.txt.gz
hello - lorem-ipsum ../../node_modules/.pnpm...-ipsum/dictionary.txt.gz
hello - lua ../../node_modules/.pnpm...pell/dict-lua/lua.txt.gz
Expand Down Expand Up @@ -1306,7 +1306,7 @@ not-in-any-dictionary - css ../../node_modul...t-css/css.txt.gz
not-in-any-dictionary - dart ../../node_modul...dart/dart.txt.gz
not-in-any-dictionary - django ../../node_modul...go/django.txt.gz
not-in-any-dictionary - docker ../../node_modul...ker-words.txt.gz
not-in-any-dictionary - dotnet ../../node_modul...et/dotnet.txt.gz
not-in-any-dictionary - dotnet ../../node_modul.../dict/dotnet.txt
not-in-any-dictionary - elixir ../../node_modul...ir/elixir.txt.gz
not-in-any-dictionary - en_us* ../../node_modul...us/en_US.trie.gz
not-in-any-dictionary - en-gb ../../node_modul...gb/en_GB.trie.gz
Expand All @@ -1317,7 +1317,7 @@ not-in-any-dictionary - golang ../../node_modul...golang/go.txt.gz
not-in-any-dictionary - haskell ../../node_modul...l/haskell.txt.gz
not-in-any-dictionary - html ../../node_modul...html/html.txt.gz
not-in-any-dictionary - html-symbol-entitie ../../node_modul.../entities.txt.gz
not-in-any-dictionary - java ../../node_modul...java/java.txt.gz
not-in-any-dictionary - java ../../node_modul...ava/java.trie.gz
not-in-any-dictionary - latex ../../node_modul...tex/latex.txt.gz
not-in-any-dictionary - lorem-ipsum ../../node_modul...ictionary.txt.gz
not-in-any-dictionary - lua ../../node_modul...t-lua/lua.txt.gz
Expand Down

0 comments on commit ae8de27

Please sign in to comment.