Spell check scanning of package at sdk/purview/azure-purview-catalog detected spelling errors in the source code and related files. This directory is opted out of PR spell checking in PR #22199 to keep PRs unblocked.
What to do
- Ensure Node.js is installed (https://nodejs.org/en/download/).
- Delete the entry in
.vscode/cspell.json's ignorePaths field. It will look like: sdk/purview/azure-purview-catalog/**. You need to do this to enable checking the files.
- From the root of the repo run spell check using
./eng/common/spelling/Invoke-Cspell.ps1 -ScanGlobs "sdk/purview/azure-purview-catalog/**"
- Fix detections according to http://aka.ms/azsdk/engsys/spellcheck use the "False positives" section to fix false positives
- Check in changes (including the change to
.vscode/cspell.json where the ignorePaths is updated to remove the entry for this service.). You may need to run git add -f .vscode/cspell.json to force adding the changes to the file in git.
Spell checking output
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:22:3885 - Unknown word (struct)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:22:3929 - Unknown word (struct)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:70:74 - Unknown word (struct)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:75:82 - Unknown word (struct)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:11123:145 - Unknown word (STRUCT)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:11167:141 - Unknown word (nonly)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:11269:145 - Unknown word (STRUCT)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:11313:141 - Unknown word (nonly)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:11415:145 - Unknown word (STRUCT)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:11586:145 - Unknown word (STRUCT)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:12060:458 - Unknown word (nthe)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:12215:458 - Unknown word (nthe)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:12394:64 - Unknown word (structdef)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:12531:64 - Unknown word (structdef)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:12647:141 - Unknown word (nonly)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:12683:458 - Unknown word (nthe)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:12847:141 - Unknown word (nonly)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/aio/operations/_operations.py:12883:458 - Unknown word (nthe)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:2413:21 - Unknown word (struct)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:2420:55 - Unknown word (structdef)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:2439:21 - Unknown word (struct)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:2446:55 - Unknown word (structdef)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:2893:74 - Unknown word (struct)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:2898:82 - Unknown word (struct)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:14002:145 - Unknown word (STRUCT)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:14046:141 - Unknown word (nonly)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:14149:145 - Unknown word (STRUCT)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:14193:141 - Unknown word (nonly)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:14296:145 - Unknown word (STRUCT)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:14468:145 - Unknown word (STRUCT)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:14945:458 - Unknown word (nthe)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:15101:458 - Unknown word (nthe)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:15281:64 - Unknown word (structdef)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:15419:64 - Unknown word (structdef)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:15536:141 - Unknown word (nonly)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:15572:458 - Unknown word (nthe)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:15737:141 - Unknown word (nonly)
./sdk/purview/azure-purview-catalog/azure/purview/catalog/operations/_operations.py:15773:458 - Unknown word (nthe)
./sdk/purview/azure-purview-catalog/tests/test_smoke_async.py:18:58 - Unknown word (struct)
./sdk/purview/azure-purview-catalog/tests/test_smoke.py:19:58 - Unknown word (struct)
Spell check scanning of package at
sdk/purview/azure-purview-catalogdetected spelling errors in the source code and related files. This directory is opted out of PR spell checking in PR #22199 to keep PRs unblocked.What to do
.vscode/cspell.json'signorePathsfield. It will look like:sdk/purview/azure-purview-catalog/**. You need to do this to enable checking the files../eng/common/spelling/Invoke-Cspell.ps1 -ScanGlobs "sdk/purview/azure-purview-catalog/**".vscode/cspell.jsonwhere theignorePathsis updated to remove the entry for this service.). You may need to rungit add -f .vscode/cspell.jsonto force adding the changes to the file in git.Spell checking output