forked from microsoft/typespec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcspell.yaml
87 lines (87 loc) · 1.28 KB
/
cspell.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
version: "0.2"
language: en
allowCompoundWords: true
dictionaries:
- node
- typescript
words:
- autorest
- azsdkengsys
- azurecr
- blockful
- blockless
- cadl
- cadleditor
- cadleng
- Contoso
- createsorreplacesresource
- createsorupdatesresource
- CRUDL
- dogfood
- eastus
- ecmarkup
- esbuild
- fluentui
- globby
- inmemory
- instanceid
- intrinsics
- jsyaml
- lzutf
- msbuild
- MSRC
- munge
- mylib
- nostdlib
- oapi
- oneof
- onig
- onigasm
- onwarn
- openapi
- openapiv
- picocolors
- proto
- protobuf
- protoc
- regen
- rpaas
- rushx
- safeint
- segmentof
- strs
- TRYIT
- TSES
- Uhoh
- unassignable
- Uncapitalize
- uninstantiated
- unioned
- unprojected
- unsourced
- unversioned
- vsix
- vswhere
- westus
- xplat
- keyer
- interner
ignorePaths:
- "**/node_modules/**"
- "**/dist/**"
- "**/dist-dev/**"
- "**/.docusaurus/**"
- "**/CHANGELOG.md"
- packages/website/build/**
- common/scripts/*
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