Spell check scanning of package at sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch detected spelling errors in the source code and related files. This directory is opted out of PR spell checking in PR #22199 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/cognitiveservices/azure-cognitiveservices-search-imagesearch/**. 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/cognitiveservices/azure-cognitiveservices-search-imagesearch/**"
- 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/cognitiveservices/azure-cognitiveservices-search-imagesearch/azure/cognitiveservices/search/imagesearch/models/_models_py3.py:1636:40 - Unknown word (deduping)
./sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/azure/cognitiveservices/search/imagesearch/models/_models_py3.py:2225:38 - Unknown word (Apim)
./sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/azure/cognitiveservices/search/imagesearch/models/_models.py:1636:40 - Unknown word (deduping)
./sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/azure/cognitiveservices/search/imagesearch/models/_models.py:2225:38 - Unknown word (Apim)
./sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/azure/cognitiveservices/search/imagesearch/operations/_images_operations.py:93:35 - Unknown word (MSIE)
./sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/azure/cognitiveservices/search/imagesearch/operations/_images_operations.py:94:44 - Unknown word (Lumia)
./sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/azure/cognitiveservices/search/imagesearch/operations/_images_operations.py:96:31 - Unknown word (KHTML)
./sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/azure/cognitiveservices/search/imagesearch/operations/_images_operations.py:98:32 - Unknown word (KHTML)
./sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/azure/cognitiveservices/search/imagesearch/operations/_images_operations.py:101:67 - Unknown word (KHTML)
./sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/azure/cognitiveservices/search/imagesearch/operations/_images_operations.py:565:35 - Unknown word (MSIE)
./sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/azure/cognitiveservices/search/imagesearch/operations/_images_operations.py:566:44 - Unknown word (Lumia)
./sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/azure/cognitiveservices/search/imagesearch/operations/_images_operations.py:568:31 - Unknown word (KHTML)
./sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/azure/cognitiveservices/search/imagesearch/operations/_images_operations.py:950:35 - Unknown word (MSIE)
./sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/azure/cognitiveservices/search/imagesearch/operations/_images_operations.py:951:44 - Unknown word (Lumia)
./sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/CHANGELOG.md:63:19 - Unknown word (prefered)
Spell check scanning of package at
sdk/cognitiveservices/azure-cognitiveservices-search-imagesearchdetected spelling errors in the source code and related files. This directory is opted out of PR spell checking in PR #22199 to keep PRs unblocked.What to do
.vscode/cspell.json'signorePathsfield. It will look like:sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/**. You need to do this to enable checking the files../eng/common/spelling/Invoke-Cspell.ps1 -ScanGlobs "sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/**".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