Spell check scanning of package at sdk/core/azure-core-tracing-opentelemetry 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/core/azure-core-tracing-opentelemetry/**. 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/core/azure-core-tracing-opentelemetry/**"
- 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/core/azure-core-tracing-opentelemetry/azure/core/tracing/ext/opentelemetry_span/__init__.py:86:23 - Unknown word (ctxt)
./sdk/core/azure-core-tracing-opentelemetry/azure/core/tracing/ext/opentelemetry_span/__init__.py:144:82 - Unknown word (Opentelemtry)
./sdk/core/azure-core-tracing-opentelemetry/azure/core/tracing/ext/opentelemetry_span/__init__.py:150:23 - Unknown word (ctxt)
./sdk/core/azure-core-tracing-opentelemetry/azure/core/tracing/ext/opentelemetry_span/__init__.py:151:23 - Unknown word (ctxt)
./sdk/core/azure-core-tracing-opentelemetry/azure/core/tracing/ext/opentelemetry_span/__init__.py:156:26 - Unknown word (ctxt)
./sdk/core/azure-core-tracing-opentelemetry/azure/core/tracing/ext/opentelemetry_span/__init__.py:237:82 - Unknown word (Opentelemtry)
./sdk/core/azure-core-tracing-opentelemetry/README.md:73:30 - Unknown word (mycontainer)
./sdk/core/azure-core-tracing-opentelemetry/samples/README.md:27:4 - Unknown word (opentelemtry)
./sdk/core/azure-core-tracing-opentelemetry/samples/sample_eventhubs.py:5:31 - Unknown word (senda)
./sdk/core/azure-core-tracing-opentelemetry/samples/sample_receive_eh.py:5:31 - Unknown word (senda)
./sdk/core/azure-core-tracing-opentelemetry/tests/test_tracing_implementations.py:191:39 - Unknown word (somethingstuid)
Spell check scanning of package at
sdk/core/azure-core-tracing-opentelemetrydetected 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/core/azure-core-tracing-opentelemetry/**. You need to do this to enable checking the files../eng/common/spelling/Invoke-Cspell.ps1 -ScanGlobs "sdk/core/azure-core-tracing-opentelemetry/**".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