cadl/cspell.yaml

286 строки
3.8 KiB
YAML

version: "0.2"
language: en
allowCompoundWords: true
dictionaries:
- node
- typescript
words:
- Adoptium
- aiohttp
- alzimmer
- amqp
- AQID
- arraya
- astimezone
- astro
- astrojs
- asyncio
- atrule
- atteo
- autorest
- azsdk
- azsdkengsys
- azurecr
- azuresdk
- bifilter
- blib
- blockful
- blockless
- buongiorno
- cadl
- cadleditor
- cadleng
- cadlplayground
- clsx
- cobertura
- codehaus
- codeql
- Contoso
- CORGE
- createsorreplacesresource
- createsorupdatesresource
- CRUDL
- ctxt
- dbaeumer
- Dcodegen
- debouncer
- debugpy
- Declipse
- Dedupes
- destructures
- devdiv
- Diagnoser
- Dlog
- docutils
- dogfood
- Dorg
- Dosgi
- dotenv
- Dskip
- eastus
- ecmarkup
- elif
- EMBEDME
- Entra
- enumdiscriminator
- equalto
- esbenp
- esbuild
- espt
- ESRP
- etree
- fluentui
- genproto
- getpgid
- giacamo
- globby
- graalvm
- Gson
- Hdvcmxk
- headasbooleanfalse
- headasbooleantrue
- imple
- Infima
- inlines
- inmemory
- instanceid
- interner
- intrinsics
- ints
- IOHTTP
- isdigit
- isinstance
- issubclass
- itertype
- itor
- ivar
- Jacoco
- jdwp
- jobject
- Johan
- jsyaml
- keyer
- killpg
- kwargs
- labelledby
- lifecyle
- LINUXNEXTVMIMAGE
- LINUXOS
- LINUXVMIMAGE
- ljust
- lmazuel
- lropaging
- lstrip
- lzutf
- MACVMIMAGE
- mday
- mgmt
- mgmtplane
- mocharc
- mqtt
- mros
- msbuild
- mspaint
- MSRC
- msrest
- multis
- munge
- mylib
- myname
- mypy
- nanos
- nexted
- nihao
- noformat
- noopener
- noreferrer
- nosec
- nostdlib
- noverify
- npmjs
- nspkg
- nupkg
- oapi
- ODATA
- OIDC
- oneds
- oneof
- onig
- onigasm
- onwarn
- openapi
- openapiv
- Perfolizer
- picocolors
- posargs
- primitivea
- prismjs
- proto
- protobuf
- protoc
- psscriptanalyzer
- ptvsd
- pwsh
- pyexpat
- pygen
- pylint
- pylintrc
- pyproject
- pyright
- pyrightconfig
- pytest
- rcfile
- reactivex
- recase
- recorda
- regen
- rehype
- repr
- respecify
- rjust
- rpaas
- rsplit
- rstrip
- rtype
- rushx
- safeint
- sdkcore
- segmentof
- serde
- sfixed
- shiki
- sint
- snakeyaml
- srnagar
- ssdlrs
- sses
- ssvs
- statment
- strs
- syncpack
- TCGC
- timegm
- tomli
- triaging
- TRYIT
- tsconfigs
- tsdoc
- TSES
- tspd
- tspwebsitepr
- tsvs
- typespec
- typespecvs
- tzname
- Uhoh
- uitestresults
- unassignable
- Uncapitalize
- uncollapsed
- undifferentiable
- Ungroup
- uninstantiated
- unioned
- unparented
- unprefixed
- unprojected
- unrepresentable
- unsourced
- unversioned
- venv
- venvtools
- VITE
- vitest
- vsix
- VSSDK
- Vsts
- vswhere
- wday
- weidxu
- westus
- WINDOWSVMIMAGE
- xiangyan
- xiaofei
- xlarge
- xmsclientrequestid
- xors
- xplat
- xxsubtype
- yamls
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