Spell check scanning of package at sdk/cognitivelanguage/azure-ai-language-questionanswering 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/cognitivelanguage/azure-ai-language-questionanswering/**. 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/cognitivelanguage/azure-ai-language-questionanswering/**"
- 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/cognitivelanguage/azure-ai-language-questionanswering/azure/ai/language/questionanswering/_configuration.py:69:39 - Unknown word (Apim)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/azure/ai/language/questionanswering/aio/_configuration.py:55:39 - Unknown word (Apim)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/migration_guide.md:1:102 - Unknown word (qnamaker)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/migration_guide.md:39:50 - Unknown word (qnamaker)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/migration_guide.md:43:40 - Unknown word (qnamaker)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/migration_guide.md:88:39 - Unknown word (qnamaker)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/swagger/README.md:37:33 - Unknown word (Apim)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/tests/test_query_knowledgebase_async.py:136:26 - Unknown word (questiony)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/tests/test_query_text_async.py:43:1123 - Unknown word (groovin)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/tests/test_query_text_async.py:43:1576 - Unknown word (Olufsen)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/tests/test_query_text_async.py:84:1120 - Unknown word (groovin)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/tests/test_query_text_async.py:84:1573 - Unknown word (Olufsen)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/tests/test_query_text.py:41:1123 - Unknown word (groovin)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/tests/test_query_text.py:41:1576 - Unknown word (Olufsen)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/tests/test_query_text.py:82:1120 - Unknown word (groovin)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/tests/test_query_text.py:82:1573 - Unknown word (Olufsen)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/tests/testcase.py:43:60 - Unknown word (Apim)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/tests/testcase.py:77:19 - Unknown word (rgname)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/tests/testcase.py:78:84 - Unknown word (rgname)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/tests/testcase.py:98:36 - Unknown word (rgname)
./sdk/cognitivelanguage/azure-ai-language-questionanswering/tests/testcase.py:105:32 - Unknown word (rgname)
Spell check scanning of package at
sdk/cognitivelanguage/azure-ai-language-questionansweringdetected 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/cognitivelanguage/azure-ai-language-questionanswering/**. You need to do this to enable checking the files../eng/common/spelling/Invoke-Cspell.ps1 -ScanGlobs "sdk/cognitivelanguage/azure-ai-language-questionanswering/**".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