Skip to content

sdk/appconfiguration/azure-data-appconfiguration - cspell found spelling errors in package #31610

Closed

Description

Spell check scanning of package at sdk/appconfiguration/azure-data-appconfiguration detected spelling errors in the public API surface. This directory is opted out of PR spell checking in PR #31526 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/appconfiguration/azure-data-appconfiguration/**. 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/appconfiguration/azure-data-appconfiguration/**"
  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/appconfiguration/azure-data-appconfiguration/CHANGELOG.md:232:70 - Unknown word (pacakge)
./sdk/appconfiguration/azure-data-appconfiguration/CHANGELOG.md:255:32 - Unknown word (Rutime)
./sdk/appconfiguration/azure-data-appconfiguration/README.md:9:27 - Unknown word (azconfig)
./sdk/appconfiguration/azure-data-appconfiguration/README.md:483:2 - Unknown word (azconfig)
./sdk/appconfiguration/azure-data-appconfiguration/src/main/java/com/azure/data/appconfiguration/ConfigurationClientBuilder.java:103:44 - Unknown word (myconfig)
./sdk/appconfiguration/azure-data-appconfiguration/src/samples/README.md:41:119 - Unknown word (azconfig)
./sdk/appconfiguration/azure-data-appconfiguration/src/samples/README.md:52:2 - Unknown word (azconfig)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

App ConfigurationAzure.ApplicationModel.ConfigurationClientThis issue points to a problem in the data-plane of the library.Spelling

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions