Skip to content

core/azure-core-tracing-opencensus - cspell found spelling errors in source code #22715

Description

@danieljurek

Spell check scanning of package at sdk/core/azure-core-tracing-opencensus 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

  1. Ensure Node.js is installed (https://nodejs.org/en/download/).
  2. Delete the entry in .vscode/cspell.json's ignorePaths field. It will look like: sdk/core/azure-core-tracing-opencensus/**. You need to do this to enable checking the files.
  3. From the root of the repo run spell check using ./eng/common/spelling/Invoke-Cspell.ps1 -ScanGlobs "sdk/core/azure-core-tracing-opencensus/**"
  4. Fix detections according to http://aka.ms/azsdk/engsys/spellcheck use the "False positives" section to fix false positives
  5. 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-opencensus/README.md:42:30 - Unknown word (mycontainer)
./sdk/core/azure-core-tracing-opencensus/tests/tracing_common.py:60:27 - Unknown word (datas)
./sdk/core/azure-core-tracing-opencensus/tests/tracing_common.py:62:19 - Unknown word (datas)

Metadata

Metadata

Assignees

Labels

Azure.CoreClientThis issue points to a problem in the data-plane of the library.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions