Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Workflow Bot -- Update Dictionaries (main) #5669

Merged
merged 1 commit into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["--config=../../../cspell-power-shell-docs.config.yaml","**"]'
Summary:
files: 2673
filesWithIssues: 1233
issues: 5413
issues: 5401
errors: 0
Errors: []

Expand Down Expand Up @@ -373,7 +373,6 @@ issues:
- "reference/5.1/PSReadLine/About/about_PSReadLine.md:124:4 apikey U - `apikey`"
- "reference/5.1/PSReadLine/About/about_PSReadLine.md:161:79 ysdfayf U AsPlainText) -Secret2 sdv87ysdfayf798hfasd8f7ha # '-Secret"
- "reference/5.1/PSReadLine/About/about_PSReadLine.md:161:89 hfasd U Secret2 sdv87ysdfayf798hfasd8f7ha # '-Secret2' has"
- "reference/5.1/PSReadLine/About/about_PSReadLine.md:192:24 gcloud U token using the `az`, `gcloud`, and `kubectl` command"
- "reference/5.1/PSReadLine/About/about_PSReadLine.md:202:6 PGPASS U $env:PGPASS = gcloud auth print"
- "reference/5.1/PSReadLine/About/about_PSReadLine.md:225:5 Autoadjusts U - Autoadjusts the size based on the"
- "reference/5.1/PSScheduledJob/Get-ScheduledJobOption.md:84:76 Waketo U RunElevated -and !$_.WaketoRun}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: MicrosoftDocs/PowerShell-Docs
Url: "https://github.com/MicrosoftDocs/PowerShell-Docs.git"
Args: ["--config=../../../cspell-power-shell-docs.config.yaml","**"]
Lines:
CSpell: Files checked: 2673, Issues found: 5413 in 1233 files.
CSpell: Files checked: 2673, Issues found: 5401 in 1233 files.
exit code: 1
./LICENSE:139:15 - Unknown word (sublicensable) -- non-sublicensable, non-exclusive, irrevocable
./LICENSE:205:34 - Unknown word (waivable) -- under any voluntary or waivable statutory or compulsory
Expand Down Expand Up @@ -366,7 +366,6 @@ Lines:
./reference/5.1/PSReadLine/About/about_PSReadLine.md:124:4 - Unknown word (apikey) -- - `apikey`
./reference/5.1/PSReadLine/About/about_PSReadLine.md:161:79 - Unknown word (ysdfayf) -- AsPlainText) -Secret2 sdv87ysdfayf798hfasd8f7ha # '-Secret
./reference/5.1/PSReadLine/About/about_PSReadLine.md:161:89 - Unknown word (hfasd) -- Secret2 sdv87ysdfayf798hfasd8f7ha # '-Secret2' has
./reference/5.1/PSReadLine/About/about_PSReadLine.md:192:24 - Unknown word (gcloud) -- token using the `az`, `gcloud`, and `kubectl` command
./reference/5.1/PSReadLine/About/about_PSReadLine.md:202:6 - Unknown word (PGPASS) -- $env:PGPASS = gcloud auth print
./reference/5.1/PSReadLine/About/about_PSReadLine.md:225:5 - Unknown word (Autoadjusts) -- - Autoadjusts the size based on the
./reference/5.1/PSReadLine/About/about_PSReadLine_Functions.md:338:13 - Unknown word (Rubout) -- ### UnixWordRubout
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/snapshots/TheAlgorithms/Python/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["**/*.{md,py}"]'
Summary:
files: 1334
filesWithIssues: 494
issues: 3451
issues: 3428
errors: 0
Errors: []

Expand Down Expand Up @@ -328,7 +328,6 @@ issues:
- "computer_vision/flip_augmentation.py:86:32 narray U new_imgs_list <type: narray>: image after resize"
- "computer_vision/haralick_descriptors.py:6:8 imageio U import imageio.v2 as imageio"
- "computer_vision/haralick_descriptors.py:26:58 dtype U 55.0, data_type: np.dtype = np.uint8"
- "computer_vision/haralick_descriptors.py:49:23 astype U return normalized.astype(data_type)"
- "computer_vision/haralick_descriptors.py:88:5 binarize U def binarize(image: np.ndarray, threshold"
- "computer_vision/haralick_descriptors.py:90:5 Binarizes U Binarizes a grayscale image based"
- "computer_vision/haralick_descriptors.py:144:38 convolotion U image when applying convolotion"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: TheAlgorithms/Python
Url: "https://github.com/TheAlgorithms/Python.git"
Args: ["**/*.{md,py}"]
Lines:
CSpell: Files checked: 1334, Issues found: 3451 in 494 files.
CSpell: Files checked: 1334, Issues found: 3428 in 494 files.
exit code: 1
./CONTRIBUTING.md:142:33 - Unknown word (pytest) -- doctests will be run by pytest as part of our automated
./CONTRIBUTING.md:145:14 - Unknown word (doctest) -- python3 -m doctest -v my_submission.py
Expand Down Expand Up @@ -464,7 +464,6 @@ Lines:
./computer_vision/haralick_descriptors.py:26:58 - Unknown word (dtype) -- 55.0, data_type: np.dtype = np.uint8
./computer_vision/haralick_descriptors.py:280:14 - Unknown word (ogrid) -- # but np.ogrid works just fine
./computer_vision/haralick_descriptors.py:411:46 - Unknown word (Harralick) -- masks and correspondent Harralick Descriptors.
./computer_vision/haralick_descriptors.py:49:23 - Unknown word (astype) -- return normalized.astype(data_type)
./computer_vision/haralick_descriptors.py:6:8 - Unknown word (imageio) -- import imageio.v2 as imageio
./computer_vision/haralick_descriptors.py:88:5 - Unknown word (binarize) -- def binarize(image: np.ndarray, threshold
./computer_vision/haralick_descriptors.py:90:5 - Unknown word (Binarizes) -- Binarizes a grayscale image based
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Url: https://github.com/googleapis/google-cloud-cpp.git
Args: '["--config=${repoConfig}/cspell.json","**/*","-e","{*.BUILD,BUILD,CHANGELOG.md,*.sh,*.cfg,*.ps1,Dockerfile.*,*.Dockerfile,*.{yaml,xml,json,cmake}}"]'
Summary:
files: 18862
filesWithIssues: 11353
issues: 88524
filesWithIssues: 11351
issues: 88477
errors: 0
Errors: []

Expand Down Expand Up @@ -249,7 +249,6 @@ issues:
- "doc/packaging.md:72:65 NCPU U consider appending `-- -j ${NCPU}` to the"
- "doc/packaging.md:74:73 nproc U information using the `nproc`"
- "doc/packaging.md:75:38 physicalcpu U Linux, or `sysctl -n hw.physicalcpu` on macOS."
- "doc/packaging.md:166:26 pkgconf U mkdir -p $HOME/Downloads/pkgconf && cd $HOME/Downloads"
- "doc/packaging.md:210:10 DWITH U -DWITH_EXAMPLES=OFF \\"
- "doc/packaging.md:213:10 DOPENTELEMETRY U -DOPENTELEMETRY_INSTALL=ON \\"
- "doc/packaging.md:245:10 makecache U sudo dnf makecache && \\"
Expand Down Expand Up @@ -405,7 +404,6 @@ issues:
- "examples/CMakeLists.txt:33:9 Findg U include(FindgRPC)"
- "examples/gcs2cbt.cc:253:13 cbta U namespace cbta = ::google::cloud::bigtable"
- "examples/gcs2cbt.cc:256:51 BIGTABLE U , \"GOOGLE_CLOUD_CPP_BIGTABLE_TEST_INSTANCE_ID\","
- "examples/README.md:36:52 gserviceaccount U GOOGLE_CLOUD_PROJECT}.iam.gserviceaccount.com\""
- "external/googleapis/CMakeLists.txt:56:17 httpbody U \"google/api/httpbody.proto\""
- "external/googleapis/CMakeLists.txt:81:32 iamcredentials U google/iam/credentials/v1/iamcredentials.proto\""
- "external/googleapis/CMakeLists.txt:86:13 longrunning U \"google/longrunning/operations.proto\""
Expand Down Expand Up @@ -828,7 +826,6 @@ issues:
- "google/cloud/deploy/doc/environment-variables.dox:14:40 clouddeploy U (which defaults to \"clouddeploy.googleapis.com\")"
- "google/cloud/deploy/v1/cloud_deploy_client.cc:433:72 Rollouts U CloudDeployClient::ListRollouts("
- "google/cloud/deploy/v1/cloud_deploy_client.cc:651:24 Automations U CloudDeployClient::ListAutomations(std::string const& parent"
- "google/cloud/deploy/v1/cloud_deploy_client.h:40:34 Skaffold U Google Cloud Platform via Skaffold (https://skaffold.dev"
- "google/cloud/deploy/v1/cloud_deploy_client.h:2521:8 automations U /// automations. Format must be"
- "google/cloud/deploy/v1/internal/cloud_deploy_connection_impl.cc:756:15 rollouts U r.rollouts().size());"
- "google/cloud/dialogflow_cx/doc/main.dox:6:50 chatbots U interfaces (for example, chatbots, and voice-powered apps"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: googleapis/google-cloud-cpp
Url: "https://github.com/googleapis/google-cloud-cpp.git"
Args: ["--config=../../../../config/repositories/googleapis/google-cloud-cpp/cspell.json","**/*","-e","{*.BUILD,BUILD,CHANGELOG.md,*.sh,*.cfg,*.ps1,Dockerfile.*,*.Dockerfile,*.{yaml,xml,json,cmake}}"]
Lines:
CSpell: Files checked: 18862, Issues found: 88524 in 11353 files.
CSpell: Files checked: 18862, Issues found: 88477 in 11351 files.
exit code: 1
./ARCHITECTURE.md:110:20 - Unknown word (bigtable) -- - Bigtable has a [`bigtable::Table`](/google/cloud
./ARCHITECTURE.md:110:3 - Unknown word (Bigtable) -- - Bigtable has a [`bigtable::Table
Expand Down Expand Up @@ -241,7 +241,6 @@ Lines:
./doc/cpp-style-guide.md:58:11 - Unknown word (unistd) -- #include <unistd.h>
./doc/ctype-cord-workarounds.md:32:26 - Unknown word (CTYPE) -- GOOGLE_CLOUD_CPP_ENABLE_CTYPE_CORD_WORKAROUND` CMake
./doc/packaging.md:1427:21 - Unknown word (epel) -- sudo dnf install -y epel-release && \
./doc/packaging.md:166:26 - Unknown word (pkgconf) -- mkdir -p $HOME/Downloads/pkgconf && cd $HOME/Downloads
./doc/packaging.md:1679:1 - Unknown word (Abseiil) -- Abseiil from source. Enabling
./doc/packaging.md:1863:46 - Unknown word (rhscl) -- -enable rhel-server-rhscl-7-rpms
./doc/packaging.md:1863:54 - Unknown word (rpms) -- rhel-server-rhscl-7-rpms
Expand Down Expand Up @@ -399,7 +398,6 @@ Lines:
./docfx/testing/inputs.cc:63:120 - Unknown word (adbc) -- erviceConnection_1a2518e5014c3adbc16e83281bd2a596a8" kindref
./examples/BUILD.bazel:84:14 - Unknown word (GENDIR) -- "-I$(GENDIR)/examples",
./examples/CMakeLists.txt:33:9 - Unknown word (Findg) -- include(FindgRPC)
./examples/README.md:36:52 - Unknown word (gserviceaccount) -- GOOGLE_CLOUD_PROJECT}.iam.gserviceaccount.com"
./examples/gcs2cbt.cc:253:13 - Unknown word (cbta) -- namespace cbta = ::google::cloud::bigtable
./examples/gcs2cbt.cc:256:51 - Unknown word (BIGTABLE) -- , "GOOGLE_CLOUD_CPP_BIGTABLE_TEST_INSTANCE_ID",
./external/googleapis/CMakeLists.txt:100:18 - Unknown word (latlng) -- "google/type/latlng.proto"
Expand Down Expand Up @@ -825,7 +823,6 @@ Lines:
./google/cloud/deploy/v1/cloud_deploy_client.cc:433:72 - Unknown word (Rollouts) -- CloudDeployClient::ListRollouts(
./google/cloud/deploy/v1/cloud_deploy_client.cc:651:24 - Unknown word (Automations) -- CloudDeployClient::ListAutomations(std::string const& parent
./google/cloud/deploy/v1/cloud_deploy_client.h:2521:8 - Unknown word (automations) -- /// automations. Format must be
./google/cloud/deploy/v1/cloud_deploy_client.h:40:34 - Unknown word (Skaffold) -- Google Cloud Platform via Skaffold (https://skaffold.dev
./google/cloud/deploy/v1/internal/cloud_deploy_connection_impl.cc:756:15 - Unknown word (rollouts) -- r.rollouts().size());
./google/cloud/dialogflow_cx/doc/main.dox:6:50 - Unknown word (chatbots) -- interfaces (for example, chatbots, and voice-powered apps
./google/cloud/dialogflow_cx/entity_types_client.h:459:29 - Unknown word (entitytypes) -- Imports the specified entitytypes into the agent.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["**","--exclude=**/Backup/**"]'
Summary:
files: 489
filesWithIssues: 456
issues: 14538
issues: 14537
errors: 0
Errors: []

Expand Down Expand Up @@ -3403,7 +3403,6 @@ issues:
- "Utilities/README.md:5383:230 optimising U developing, debugging, optimising, testing and reviewing"
- "Utilities/README.md:5601:1 AUMC U AUMC is a User Graphic Interface"
- "Utilities/README.md:5601:119 convertin U The tool is simply convertin"
- "Utilities/README.md:5695:99 sharded U app creates a simple sharded application and explores"
- "Utilities/README.md:5759:52 sqlbak U or Linux, connect to sqlbak.com, then manage backups"
- "Utilities/README.md:5961:13 bootable U - Create a bootable WinPE/Linux bootable"
- "Utilities/README.md:6079:13 filterng U - Supports filterng by object type or schema"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: ktaranov/sqlserver-kit
Url: "https://github.com/ktaranov/sqlserver-kit.git"
Args: ["**","--exclude=**/Backup/**"]
Lines:
CSpell: Files checked: 489, Issues found: 14538 in 456 files.
CSpell: Files checked: 489, Issues found: 14537 in 456 files.
exit code: 1
./ADS/README.md:30:15 - Unknown word (Dacpac) -- | [SQL Server Dacpac]
./ADS/README.md:30:181 - Unknown word (wizarding) -- Provides an easy-to-use wizarding experience to deploy
Expand Down Expand Up @@ -3382,7 +3382,6 @@ Lines:
./Utilities/README.md:553:1 - Unknown word (MBSA) -- MBSA 2.3 release adds support
./Utilities/README.md:5601:1 - Unknown word (AUMC) -- AUMC is a User Graphic Interface
./Utilities/README.md:5601:119 - Unknown word (convertin) -- The tool is simply convertin
./Utilities/README.md:5695:99 - Unknown word (sharded) -- app creates a simple sharded application and explores
./Utilities/README.md:56:4 - Unknown word (sqldumper) -- | [sqldumper Utility](#sqldumper
./Utilities/README.md:5759:52 - Unknown word (sqlbak) -- or Linux, connect to sqlbak.com, then manage backups
./Utilities/README.md:58:4 - Unknown word (sqllogship) -- | [sqllogship Utility](#sqllogship
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/snapshots/sveltejs/svelte/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["**"]'
Summary:
files: 6582
filesWithIssues: 630
issues: 5829
issues: 5828
errors: 0
Errors: []

Expand Down Expand Up @@ -541,7 +541,6 @@ issues:
- "documentation/blog/2023-02-01-whats-new-in-svelte-february-2023.md:47:4 Flotes U - [Flotes](https://flotes.app"
- "documentation/blog/2023-02-01-whats-new-in-svelte-february-2023.md:48:4 nomie U - [nomie](https://github.com"
- "documentation/blog/2023-02-01-whats-new-in-svelte-february-2023.md:52:4 Pixelicious U - [Pixelicious](https://www.pixelicious"
- "documentation/blog/2023-02-01-whats-new-in-svelte-february-2023.md:60:12 Gradio U - [Talking Gradio and AI with pngwn \ud83d"
- "documentation/blog/2023-02-01-whats-new-in-svelte-february-2023.md:66:31 Pocketbase U built a $5 chat app with Pocketbase & Svelte. Will it scale"
- "documentation/blog/2023-02-01-whats-new-in-svelte-february-2023.md:70:107 Morony U lKdw_z9qmPU) by Joshua Morony"
- "documentation/blog/2023-02-01-whats-new-in-svelte-february-2023.md:71:117 Jian U watch?v=AxPB3e-3yEM) by Jian Yuan Lee"
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/snapshots/sveltejs/svelte/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: sveltejs/svelte
Url: "https://github.com/sveltejs/svelte.git"
Args: ["**"]
Lines:
CSpell: Files checked: 6582, Issues found: 5829 in 630 files.
CSpell: Files checked: 6582, Issues found: 5828 in 630 files.
exit code: 1
./CONTRIBUTING.md:125:4 - Unknown word (typecheck) -- To typecheck the codebase, run `pnpm
./CONTRIBUTING.md:22:5 - Unknown word (Triaging) -- ### Triaging issues and pull requests
Expand Down Expand Up @@ -537,7 +537,6 @@ Lines:
./documentation/blog/2023-02-01-whats-new-in-svelte-february-2023.md:47:4 - Unknown word (Flotes) -- - [Flotes](https://flotes.app
./documentation/blog/2023-02-01-whats-new-in-svelte-february-2023.md:48:4 - Unknown word (nomie) -- - [nomie](https://github.com
./documentation/blog/2023-02-01-whats-new-in-svelte-february-2023.md:52:4 - Unknown word (Pixelicious) -- - [Pixelicious](https://www.pixelicious
./documentation/blog/2023-02-01-whats-new-in-svelte-february-2023.md:60:12 - Unknown word (Gradio) -- - [Talking Gradio and AI with pngwn �
./documentation/blog/2023-02-01-whats-new-in-svelte-february-2023.md:66:31 - Unknown word (Pocketbase) -- built a $5 chat app with Pocketbase & Svelte. Will it scale
./documentation/blog/2023-02-01-whats-new-in-svelte-february-2023.md:70:107 - Unknown word (Morony) -- lKdw_z9qmPU) by Joshua Morony
./documentation/blog/2023-02-01-whats-new-in-svelte-february-2023.md:71:117 - Unknown word (Jian) -- watch?v=AxPB3e-3yEM) by Jian Yuan Lee
Expand Down
12 changes: 6 additions & 6 deletions packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@cspell/dict-ada": "^4.0.2",
"@cspell/dict-aws": "^4.0.2",
"@cspell/dict-bash": "^4.1.3",
"@cspell/dict-companies": "^3.1.0",
"@cspell/dict-cpp": "^5.1.6",
"@cspell/dict-companies": "^3.1.1",
"@cspell/dict-cpp": "^5.1.7",
"@cspell/dict-cryptocurrencies": "^5.0.0",
"@cspell/dict-csharp": "^4.0.2",
"@cspell/dict-css": "^4.0.12",
Expand All @@ -70,13 +70,13 @@
"@cspell/dict-gaming-terms": "^1.0.5",
"@cspell/dict-git": "^3.0.0",
"@cspell/dict-golang": "^6.0.9",
"@cspell/dict-google": "^1.0.0",
"@cspell/dict-google": "^1.0.1",
"@cspell/dict-haskell": "^4.0.1",
"@cspell/dict-html": "^4.0.5",
"@cspell/dict-html-symbol-entities": "^4.0.0",
"@cspell/dict-java": "^5.0.6",
"@cspell/dict-julia": "^1.0.1",
"@cspell/dict-k8s": "^1.0.3",
"@cspell/dict-k8s": "^1.0.4",
"@cspell/dict-latex": "^4.0.0",
"@cspell/dict-lorem-ipsum": "^4.0.0",
"@cspell/dict-lua": "^4.0.3",
Expand All @@ -86,13 +86,13 @@
"@cspell/dict-npm": "^5.0.16",
"@cspell/dict-php": "^4.0.7",
"@cspell/dict-powershell": "^5.0.4",
"@cspell/dict-public-licenses": "^2.0.6",
"@cspell/dict-public-licenses": "^2.0.7",
"@cspell/dict-python": "^4.1.11",
"@cspell/dict-r": "^2.0.1",
"@cspell/dict-ruby": "^5.0.2",
"@cspell/dict-rust": "^4.0.3",
"@cspell/dict-scala": "^5.0.2",
"@cspell/dict-software-terms": "^3.3.23",
"@cspell/dict-software-terms": "^3.3.24",
"@cspell/dict-sql": "^2.1.3",
"@cspell/dict-svelte": "^1.0.2",
"@cspell/dict-swift": "^2.0.1",
Expand Down
Loading