Skip to content

sdk/schemaregistry/azure-data-schemaregistry-apacheavro - cspell found spelling errors in package #31635

Description

@jairmyree

Spell check scanning of package at sdk/schemaregistry/azure-data-schemaregistry-apacheavro 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/schemaregistry/azure-data-schemaregistry-apacheavro/**. 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/schemaregistry/azure-data-schemaregistry-apacheavro/**"
  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/schemaregistry/azure-data-schemaregistry-apacheavro/CHANGELOG.md:143:87 - Unknown word (apacheavro)
./sdk/schemaregistry/azure-data-schemaregistry-apacheavro/README.md:21:70 - Unknown word (apacheavro)
./sdk/schemaregistry/azure-data-schemaregistry-apacheavro/README.md:25:41 - Unknown word (apacheavro)
./sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/main/java/com/azure/data/schemaregistry/apacheavro/package-info.java:3:66 - Unknown word (serde)
./sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/main/java/com/azure/data/schemaregistry/apacheavro/SchemaRegistryApacheAvroSerializer.java:69:27 - Unknown word (Alina)
./sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/main/java/com/azure/data/schemaregistry/apacheavro/SchemaRegistryApacheAvroSerializer.java:110:27 - Unknown word (Alina)
./sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/main/java/com/azure/data/schemaregistry/apacheavro/SchemaRegistrySchemaCache.java:153:14 - Unknown word (conniey)
./sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/java/com/azure/data/schemaregistry/apacheavro/SchemaRegistryApacheAvroSerializerJavaDocCodeSamples.java:68:23 - Unknown word (Alina)
./sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/java/com/azure/data/schemaregistry/apacheavro/SchemaRegistryApacheAvroSerializerJavaDocCodeSamples.java:94:23 - Unknown word (Alina)

Metadata

Metadata

Labels

ClientThis issue points to a problem in the data-plane of the library.Schema RegistrySpelling

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions