Skip to content

avs - cspell found spelling errors #17150

Closed

Description

Spell check scanning of avs detected spelling errors. This service directory is opted out of PR spell checking in PR #17142 to keep merges unblocked.

What to do

  1. Ensure Node.js is installed (https://nodejs.org/en/download/). This will include npx
  2. Delete the service's entry in .vscode/cspell.json's ignorePaths field. It will look like: sdk/avs/**/*. You need to do this to enable checking the files.
  3. From the root of the repo run spell check using npx cspell lint --config '.vscode/cspell.json' --no-must-find-files "sdk/avs/**"
  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

/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/index.ts:226:12 - Unknown word (nsxt)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/index.ts:231:12 - Unknown word (vcsa)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/index.ts:272:56 - Unknown word (LDAPS)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/index.ts:354:12 - Unknown word (vmotion)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/index.ts:358:3 - Unknown word (vcenter)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/index.ts:362:3 - Unknown word (nsxt)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/index.ts:367:12 - Unknown word (vcenter)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/index.ts:372:12 - Unknown word (nsxt)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/index.ts:472:12 - Unknown word (nsxt)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/index.ts:482:12 - Unknown word (vcenter)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/index.ts:487:12 - Unknown word (vcenter)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/mappers.ts:347:7 - Unknown word (nsxt)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/mappers.ts:349:26 - Unknown word (nsxt)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/mappers.ts:354:7 - Unknown word (vcsa)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/mappers.ts:356:26 - Unknown word (vcsa)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/mappers.ts:542:7 - Unknown word (vmotion)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/mappers.ts:544:37 - Unknown word (vmotion)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/mappers.ts:549:7 - Unknown word (vcenter)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/mappers.ts:550:37 - Unknown word (vcenter)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/mappers.ts:555:7 - Unknown word (nsxt)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/mappers.ts:556:37 - Unknown word (nsxt)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/mappers.ts:561:7 - Unknown word (vcenter)
/home/djurek/azure-sdk-for-js/sdk/avs/arm-avs/src/models/mappers.ts:563:37 - Unknown word (vcenter) 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    ClientThis issue points to a problem in the data-plane of the library.EngSysThis issue is impacting the engineering system.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions