cadl/cspell.yaml

207 строки
2.9 KiB
YAML

version: "0.2"
language: en
allowCompoundWords: true
dictionaries:
- node
- typescript
words:
- Adoptium
- alzimmer
- amqp
- AQID
- atrule
- atteo
- autorest
- azsdk
- azsdkengsys
- azurecr
- azuresdk
- bifilter
- blockful
- blockless
- cadl
- cadleditor
- cadleng
- cadlplayground
- clsx
- cobertura
- codehaus
- codeql
- Contoso
- CORGE
- createsorreplacesresource
- createsorupdatesresource
- CRUDL
- dbaeumer
- Dcodegen
- debouncer
- Declipse
- Dedupes
- destructures
- devdiv
- Diagnoser
- Dlog
- dogfood
- Dorg
- Dosgi
- Dskip
- eastus
- ecmarkup
- EMBEDME
- Entra
- esbenp
- esbuild
- espt
- ESRP
- fluentui
- genproto
- globby
- graalvm
- Gson
- imple
- Infima
- inlines
- inmemory
- instanceid
- interner
- intrinsics
- itor
- Jacoco
- jdwp
- jobject
- jsyaml
- keyer
- lifecyle
- LINUXNEXTVMIMAGE
- LINUXOS
- LINUXVMIMAGE
- lropaging
- lzutf
- MACVMIMAGE
- mgmt
- mocharc
- mqtt
- msbuild
- MSRC
- multis
- munge
- mylib
- nanos
- noformat
- noopener
- noreferrer
- nostdlib
- noverify
- npmjs
- nupkg
- oapi
- ODATA
- OIDC
- oneds
- oneof
- onig
- onigasm
- onwarn
- openapi
- openapiv
- Perfolizer
- picocolors
- prismjs
- proto
- protobuf
- protoc
- psscriptanalyzer
- pwsh
- reactivex
- recase
- regen
- respecify
- rpaas
- rushx
- safeint
- segmentof
- serde
- sfixed
- sint
- snakeyaml
- srnagar
- sses
- ssvs
- statment
- strs
- syncpack
- TCGC
- triaging
- TRYIT
- tsdoc
- TSES
- tspd
- tspwebsitepr
- tsvs
- typespec
- typespecvs
- Uhoh
- uitestresults
- unassignable
- Uncapitalize
- uncollapsed
- undifferentiable
- Ungroup
- uninstantiated
- unioned
- unparented
- unprefixed
- unprojected
- unrepresentable
- unsourced
- unversioned
- VITE
- vitest
- vsix
- VSSDK
- Vsts
- vswhere
- weidxu
- westus
- WINDOWSVMIMAGE
- xiaofei
- xlarge
- xors
- xplat
ignorePaths:
- "**/node_modules/**"
- "**/dist/**"
- "**/dist-dev/**"
- "**/.docusaurus/**"
- "**/CHANGELOG.md"
- "**/coverage/**"
- grammars/**
- packages/website/build/**
- common/scripts/*
- "**/ThirdPartyNotices.txt"
- packages/compiler/test/formatter/scenarios/**
- packages/http-client-java/generator/http-client-generator-test/**
- pnpm-lock.yaml
- "**/*.mp4"
- .git/**
- .gitignore
- .vscode/**
- .editorconfig
- .github/CODEOWNERS
- packages/samples/test/output/**
- "**/BenchmarkDotNet.Artifacts/**"
- "**/tspCodeModel.json"
useGitignore: true
enableGlobDot: true
enableFiletypes:
- cadl
patterns:
- name: cursortest
pattern: /(.*)┆(.*)/g
- name: Authorization_Basic
description: Ignore Base64 authorization tokens
pattern: "/Authorization: Basic\\s+\\S+/g"
ignoreRegExpList:
- cursortest
- Authorization_Basic