sdk/servicebus/azure-messaging-servicebus - cspell found spelling errors in package
See original GitHub issueSpell 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
’signorePaths
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 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/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)
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
cspell - npm
A Spelling Checker for Code! ... cspell. TypeScript icon, indicating that this package has built-in type declarations.
Read more >CSpell | A Spell Checker for Code!
Welcome to CSpell. A Spell Checker for Code! cspell is a command line tool and library for spell checking code. Support Future Development....
Read more >VS Code: enable inline spell checker, but disable spell check ...
I would like to disable the spell checker warnings/errors in the "PROBLEMS" panel (standard keyboard binding Ctrl + Shift + M ) where...
Read more >Visual Studio Spell Checker (VS2022 and Later)
Options are available to define multiple languages to spell check ... spell checking tool window to find and fix spelling errors in the ......
Read more >Spellchecking | IntelliJ IDEA Documentation - JetBrains
Find all spelling mistakes. The Typo inspection highlights typos in the current file. You can also run the inspection on ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ki1729 Jair send me a linkt for regexp https://cspell.org/configuration/patterns/ ,if needed, we can add a regexp.
@ZejiaJiang, I think the best way forward would be to add cSpell: ignore <word> before the JVM options. This is what I ended up doing recently as well