Spell check scanning of package at sdk/storage/azure-storage-common 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's ignorePaths field. It will look like: sdk/storage/azure-storage-common/**. 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/storage/azure-storage-common/**"
- 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 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/storage/azure-storage-common/CHANGELOG.md:245:145 - Unknown word (Hosy)
./sdk/storage/azure-storage-common/src/main/java/com/azure/storage/common/policy/RequestRetryPolicy.java:96:87 - Unknown word (unmutated)
./sdk/storage/azure-storage-common/src/main/java/com/azure/storage/common/policy/RequestRetryPolicy.java:107:22 - Unknown word (kasobol)
./sdk/storage/azure-storage-common/src/main/java/com/azure/storage/common/sas/SasIpRange.java:27:18 - Unknown word (addrs)
./sdk/storage/azure-storage-common/src/main/java/com/azure/storage/common/sas/SasIpRange.java:29:54 - Unknown word (addrs)
./sdk/storage/azure-storage-common/src/main/java/com/azure/storage/common/sas/SasIpRange.java:30:13 - Unknown word (addrs)
./sdk/storage/azure-storage-common/src/main/java/com/azure/storage/common/sas/SasIpRange.java:31:28 - Unknown word (addrs)
./sdk/storage/azure-storage-common/src/main/java/com/azure/storage/common/sas/SasProtocol.java:31:49 - Unknown word (Protocl)
./sdk/storage/azure-storage-common/src/test-shared/java/com/azure/storage/common/test/shared/TestEnvironment.java:97:24 - Unknown word (azstoragesdkaccount)
Spell check scanning of package at
sdk/storage/azure-storage-commondetected 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
.vscode/cspell.json'signorePathsfield. It will look like:sdk/storage/azure-storage-common/**. You need to do this to enable checking the files../eng/common/spelling/Invoke-Cspell.ps1 -ScanGlobs "sdk/storage/azure-storage-common/**".vscode/cspell.jsonwhere theignorePathsis updated to remove the entry for this service.). You may need to rungit add -f .vscode/cspell.jsonto force adding the changes to the file in git.Spell checking output