-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
compute - cspell found spelling errors in public API surface #23174
Comments
same issue with #23188 |
@danieljurek sorry for the delay of response.
on my local repo after the new track 2 is merged. It does not give me any error. Therefore I suppose I just need to remove the ignore clause of compute RP in the |
I opened this PR to remove compute from the ignore list |
Also I opened this PR to fix the spellcheck in new track 2 SDK of keyvault. |
Updating example for Linter Errors. (Azure#23174) Co-authored-by: Rahul Singh <[email protected]>
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: