Closed
Description
openedon Oct 20, 2022
Spell check scanning of package at sdk/appconfiguration/azure-data-appconfiguration
detected spelling errors in the public API surface. This directory is opted out of PR spell checking in PR #31526 to keep PRs unblocked.
What to do
- Ensure Node.js is installed (https://nodejs.org/en/download/).
- Delete the entry in
.vscode/cspell.json
'signorePaths
field. It will look like:sdk/appconfiguration/azure-data-appconfiguration/**
. 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/appconfiguration/azure-data-appconfiguration/**"
- 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 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
./sdk/appconfiguration/azure-data-appconfiguration/CHANGELOG.md:232:70 - Unknown word (pacakge)
./sdk/appconfiguration/azure-data-appconfiguration/CHANGELOG.md:255:32 - Unknown word (Rutime)
./sdk/appconfiguration/azure-data-appconfiguration/README.md:9:27 - Unknown word (azconfig)
./sdk/appconfiguration/azure-data-appconfiguration/README.md:483:2 - Unknown word (azconfig)
./sdk/appconfiguration/azure-data-appconfiguration/src/main/java/com/azure/data/appconfiguration/ConfigurationClientBuilder.java:103:44 - Unknown word (myconfig)
./sdk/appconfiguration/azure-data-appconfiguration/src/samples/README.md:41:119 - Unknown word (azconfig)
./sdk/appconfiguration/azure-data-appconfiguration/src/samples/README.md:52:2 - Unknown word (azconfig)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment