170 строки
2.5 KiB
YAML
170 строки
2.5 KiB
YAML
version: "0.2"
|
|
language: en
|
|
allowCompoundWords: true
|
|
dictionaries:
|
|
- node
|
|
- typescript
|
|
words:
|
|
- AQID
|
|
- atrule
|
|
- autorest
|
|
- azsdk
|
|
- azsdkengsys
|
|
- azurecr
|
|
- azuresdk
|
|
- bifilter
|
|
- blockful
|
|
- blockless
|
|
- cadl
|
|
- cadleditor
|
|
- cadleng
|
|
- cadlplayground
|
|
- clsx
|
|
- cobertura
|
|
- codeql
|
|
- Contoso
|
|
- CORGE
|
|
- createsorreplacesresource
|
|
- createsorupdatesresource
|
|
- CRUDL
|
|
- dbaeumer
|
|
- debouncer
|
|
- destructures
|
|
- devdiv
|
|
- Diagnoser
|
|
- dogfood
|
|
- eastus
|
|
- ecmarkup
|
|
- esbenp
|
|
- esbuild
|
|
- espt
|
|
- ESRP
|
|
- fluentui
|
|
- genproto
|
|
- globby
|
|
- Infima
|
|
- inlines
|
|
- inmemory
|
|
- instanceid
|
|
- interner
|
|
- intrinsics
|
|
- jsyaml
|
|
- keyer
|
|
- lifecyle
|
|
- LINUXNEXTVMIMAGE
|
|
- LINUXOS
|
|
- LINUXVMIMAGE
|
|
- lzutf
|
|
- MACVMIMAGE
|
|
- mocharc
|
|
- msbuild
|
|
- MSRC
|
|
- multis
|
|
- munge
|
|
- mylib
|
|
- nanos
|
|
- noformat
|
|
- noopener
|
|
- noreferrer
|
|
- nostdlib
|
|
- npmjs
|
|
- nupkg
|
|
- oapi
|
|
- OIDC
|
|
- oneds
|
|
- oneof
|
|
- onig
|
|
- onigasm
|
|
- onwarn
|
|
- openapi
|
|
- openapiv
|
|
- Perfolizer
|
|
- picocolors
|
|
- prismjs
|
|
- proto
|
|
- protobuf
|
|
- protoc
|
|
- psscriptanalyzer
|
|
- pwsh
|
|
- recase
|
|
- regen
|
|
- respecify
|
|
- rpaas
|
|
- rushx
|
|
- safeint
|
|
- segmentof
|
|
- sfixed
|
|
- sint
|
|
- ssvs
|
|
- strs
|
|
- syncpack
|
|
- TCGC
|
|
- triaging
|
|
- TRYIT
|
|
- tsdoc
|
|
- TSES
|
|
- tspd
|
|
- tspwebsitepr
|
|
- tsvs
|
|
- typespec
|
|
- typespecvs
|
|
- Uhoh
|
|
- uitestresults
|
|
- unassignable
|
|
- Uncapitalize
|
|
- undifferentiable
|
|
- uncollapsed
|
|
- uninstantiated
|
|
- unioned
|
|
- unparented
|
|
- unprefixed
|
|
- unprojected
|
|
- unrepresentable
|
|
- unsourced
|
|
- unversioned
|
|
- VITE
|
|
- vitest
|
|
- vsix
|
|
- VSSDK
|
|
- Vsts
|
|
- vswhere
|
|
- westus
|
|
- WINDOWSVMIMAGE
|
|
- xlarge
|
|
- xplat
|
|
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/**
|
|
- "**/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
|