cadl/cspell.yaml

151 строка
2.2 KiB
YAML

version: "0.2"
language: en
allowCompoundWords: true
dictionaries:
- node
- typescript
words:
- atrule
- autorest
- azsdk
- azsdkengsys
- azurecr
- azuresdk
- blockful
- blockless
- cadl
- cadleditor
- cadleng
- cadlplayground
- clsx
- cobertura
- codeql
- Contoso
- CORGE
- createsorreplacesresource
- createsorupdatesresource
- CRUDL
- debouncer
- devdiv
- dogfood
- eastus
- ecmarkup
- esbuild
- espt
- ESRP
- fluentui
- genproto
- globby
- Infima
- inmemory
- instanceid
- interner
- intrinsics
- jsyaml
- keyer
- lifecyle
- LINUXOS
- LINUXVMIMAGE
- LINUXNEXTVMIMAGE
- lzutf
- MACVMIMAGE
- mocharc
- msbuild
- MSRC
- multis
- munge
- mylib
- nanos
- noformat
- noopener
- noreferrer
- nostdlib
- npmjs
- oapi
- OIDC
- oneds
- oneof
- onig
- onigasm
- onwarn
- openapi
- openapiv
- picocolors
- prismjs
- proto
- protobuf
- protoc
- pwsh
- psscriptanalyzer
- regen
- respecify
- rpaas
- rushx
- safeint
- segmentof
- sfixed
- sint
- ssvs
- strs
- syncpack
- TRYIT
- TSES
- tspd
- tspwebsitepr
- tsvs
- typespec
- typespecvs
- Uhoh
- uitestresults
- unassignable
- Uncapitalize
- uninstantiated
- unioned
- unprefixed
- unprojected
- unsourced
- unversioned
- vsix
- VSSDK
- vswhere
- westus
- WINDOWSVMIMAGE
- xlarge
- xplat
- TCGC
- VITE
- uncollapsed
ignorePaths:
- "**/node_modules/**"
- "**/dist/**"
- "**/dist-dev/**"
- "**/.docusaurus/**"
- "**/CHANGELOG.md"
- "**/coverage/**"
- grammars/**
- packages/website/build/**
- common/scripts/*
- "**/ThirdPartyNotices.txt"
- packages/compiler/test/formatter/scenarios/**
- pnpm-lock.yaml
- "**/*.mp4"
- ".git/**"
- ".gitignore"
- ".vscode/**"
- ".editorconfig"
- .github/CODEOWNERS
- packages/samples/test/output/**
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