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
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 spelling errors or check in fixes for the false positives
You may also need to set -SDKType if the appropriate value of SDKType is not all 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 the ignorePaths section and check in the change.
OLD INSTRUCTIONS: In the ci.yml file for this service, remove the line: SpellCheckPublicApiSurface: false
The text was updated successfully, but these errors were encountered:
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Aug 6, 2021
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: