Spell check scanning of package at sdk/servicebus/azure-messaging-servicebus 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/servicebus/azure-messaging-servicebus/**. 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/servicebus/azure-messaging-servicebus/**"
- 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/servicebus/azure-messaging-servicebus/CHANGELOG.md:317:22 - Unknown word (Asyn)
./sdk/servicebus/azure-messaging-servicebus/CHANGELOG.md:327:64 - Unknown word (Asyn)
./sdk/servicebus/azure-messaging-servicebus/migration-guide.md:307:67 - Unknown word (automatica)
./sdk/servicebus/azure-messaging-servicebus/README.md:385:16 - Unknown word (Qpid)
./sdk/servicebus/azure-messaging-servicebus/README.md:385:31 - Unknown word (qpid)
./sdk/servicebus/azure-messaging-servicebus/README.md:385:54 - Unknown word (Qpid)
./sdk/servicebus/azure-messaging-servicebus/README.md:426:42 - Unknown word (implcit)
./sdk/servicebus/azure-messaging-servicebus/README.md:456:2 - Unknown word (qpid)
./sdk/servicebus/azure-messaging-servicebus/README.md:478:23 - Unknown word (implcit)
./sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/administration/models/AuthorizationRule.java:48:28 - Unknown word (authoriation)
./sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/administration/models/CorrelationRuleFilter.java:35:43 - Unknown word (lexigraphical)
./sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/administration/models/SqlRuleAction.java:49:57 - Unknown word (deserialised)
./sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/administration/models/SqlRuleFilter.java:56:57 - Unknown word (deserialised)
./sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/FluxAutoLockRenew.java:44:44 - Unknown word (eceiver)
./sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusReceiverAsyncClient.java:1311:16 - Unknown word (releated)
./sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusReceiverAsyncClient.java:1312:54 - Unknown word (stucks)
./sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusReceiverClient.java:752:57 - Unknown word (alread)
./sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusSessionReceiver.java:103:25 - Unknown word (conniey)
./sdk/servicebus/azure-messaging-servicebus/src/samples/java/com/azure/messaging/servicebus/DeadletterQueueSample.java:49:21 - Unknown word (Kopernikus)
./sdk/servicebus/azure-messaging-servicebus/src/samples/java/com/azure/messaging/servicebus/DeadletterQueueSample.java:49:35 - Unknown word (Nikolaus)
./sdk/servicebus/azure-messaging-servicebus/src/samples/java/com/azure/messaging/servicebus/SendSessionMessageAsyncSample.java:77:57 - Unknown word (Guten)
./sdk/servicebus/azure-messaging-servicebus/src/samples/java/com/azure/messaging/servicebus/ServiceBusProcessorPeekLockReceiveSample.java:74:58 - Unknown word (unretriable)
Spell check scanning of package at
sdk/servicebus/azure-messaging-servicebusdetected 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/servicebus/azure-messaging-servicebus/**. You need to do this to enable checking the files../eng/common/spelling/Invoke-Cspell.ps1 -ScanGlobs "sdk/servicebus/azure-messaging-servicebus/**".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