purview - cspell found spelling errors in public API surface #23185
Labels
Client
This issue points to a problem in the data-plane of the library.
Purview
Service Attention
Workflow: This issue is responsible by Azure service team.
Investigation for this PR: #23150 found spelling errors. When the linked PR merges this service will be opted out of public API surface spell checking to keep other PRs unblocked. This issue describes how to opt back in.
If the above linked PR has not merged this service is still opted out and not blocked by the detection of spelling errors in the public API surface.
What to do
Correct errors
To correct false positives or learn about spell checking see: https://aka.ms/azsdk/engsys/spellcheck
Spell Check Output
To check the public API surface locally, in the root of the repo run:
You may also need to set
-SDKType
if the appropriate value ofSDKType
is notall
for the service.Opt back in
NEW INSTRUCTIONS: In the
.vscode/cspell.json
file remove the line for your service (of the form"sdk/<service>/*/api/*.cs"
) from theignorePaths
section and check in the change.OLD INSTRUCTIONS:
In theci.yml
file for this service, remove the line:SpellCheckPublicApiSurface: false
The text was updated successfully, but these errors were encountered: