Closed danieljurek closed 8 months ago
Hi @danieljurek, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.
Spell check scanning of package at
sdk/digitaltwins/azure-digitaltwins-core
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
.vscode/cspell.json
'signorePaths
field. It will look like:sdk/digitaltwins/azure-digitaltwins-core/**
. You need to do this to enable checking the files../eng/common/spelling/Invoke-Cspell.ps1 -ScanGlobs "sdk/digitaltwins/azure-digitaltwins-core/**"
.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