Spell check scanning of package at sdk/anomalydetector/azure-ai-anomalydetector detected spelling errors in the public API surface. 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/anomalydetector/azure-ai-anomalydetector/**. 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/anomalydetector/azure-ai-anomalydetector/**"
- 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/anomalydetector/azure-ai-anomalydetector/azure/ai/anomalydetector/_configuration.py:73:98 - Unknown word (Apim)
./sdk/anomalydetector/azure-ai-anomalydetector/azure/ai/anomalydetector/aio/_configuration.py:66:98 - Unknown word (Apim)
./sdk/anomalydetector/azure-ai-anomalydetector/samples/sample_detect_change_point.py:50:37 - Unknown word (iterrows)
./sdk/anomalydetector/azure-ai-anomalydetector/samples/sample_detect_entire_series_anomaly.py:50:37 - Unknown word (iterrows)
./sdk/anomalydetector/azure-ai-anomalydetector/samples/sample_detect_last_point_anomaly.py:50:37 - Unknown word (iterrows)
./sdk/anomalydetector/azure-ai-anomalydetector/samples/sample_multivariate_detect.py:138:22 - Unknown word (mdoel)
Spell check scanning of package at
sdk/anomalydetector/azure-ai-anomalydetectordetected spelling errors in the public API surface. 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/anomalydetector/azure-ai-anomalydetector/**. You need to do this to enable checking the files../eng/common/spelling/Invoke-Cspell.ps1 -ScanGlobs "sdk/anomalydetector/azure-ai-anomalydetector/**".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