You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/**"
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)
The text was updated successfully, but these errors were encountered:
danieljurek
changed the title
purview/azure-purview-catalog - cspell found spelling errors in public API surface
purview/azure-purview-catalog - cspell found spelling errors in source code
Jan 21, 2022
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
.vscode/cspell.json
'signorePaths
field. 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.json
where theignorePaths
is updated to remove the entry for this service.). You may need to rungit add -f .vscode/cspell.json
to force adding the changes to the file in git.Spell checking output
The text was updated successfully, but these errors were encountered: