forked from microsoft/AzureTRE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yaspellerrc.json
94 lines (92 loc) · 2.42 KB
/
.yaspellerrc.json
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
88
89
90
91
92
93
94
{
"excludeFiles": [
".yaspeller*",
"**/*devcontainer*",
".git",
".gitignore",
".gitattributes",
"node_modules",
"LICENSE",
"Makefile",
"**/.dockerignore",
"**/Dockerfile",
"**/*.tf*",
"**/*.terraform*",
"**/requirements.txt",
"**/*.py",
"**/*.yml",
"**/*.yaml",
"**/*.sh",
"**/.env.tmpl",
"**/requirements-dev.txt"
],
"fileExtensions": [
".md"
],
"lang": "en",
"ignoreTags": ["code", "script"],
"ignoreUrls": true,
"ignoreUppercase": true,
"ignoreDigits": true,
"dictionary": [
"api",
"AspNet",
"az",
"AzureTRE",
"Codespaces",
"Conda",
"dataset",
"datasets",
"dev",
"Dev",
"DevOps",
"DotNet",
"exfiltration",
"Endpoints",
"GitHub",
"lifecycle",
"maintainer",
"maintainers",
"PowerShell",
"PyPi",
"QuickStart",
"quickstart",
"repo",
"repos",
"screenshots",
"terraform",
"Terraform",
"tfvars",
"tmpl",
"TREs",
"Xamarin",
"devcontainer",
"DevContainer",
"endpoints",
"pytest",
"tre",
"VNet",
"resourceType",
"isCurrent",
"msfttreacr",
"azurecr",
"io",
"azuretre",
"cnab",
"aci",
"westeurope",
"idempotent",
"Versioning",
"mixins",
"yml",
"microsoft"
],
"ignoreText": [
// Code sections (anything between ``` and ``` or ` and `)
"`{1,3}([^`]{1,3})*`{1,3}",
// Markdown markdown relative paths
"(\\.\/|\\.\\.\/|\/)?([a-zA-Z_\\-0-9\/]+)(\\.\\w+)*(\\#[a-zA-Z_\\-0-9\/]+)?",
// Email addresses (http://emailregex.com/)
"(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|\"(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21\\x23-\\x5b\\x5d-\\x7f]|\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])*\")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\\[(?:(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9]))\\.){3}(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9])|[a-z0-9-]*[a-z0-9]:(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21-\\x5a\\x53-\\x7f]|\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])+)\\])"
]
}