forked from awslabs/aws-deployment-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cspell.json
More file actions
33 lines (33 loc) · 692 Bytes
/
Copy path.cspell.json
File metadata and controls
33 lines (33 loc) · 692 Bytes
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
{
"version": "0.2",
"language": "en",
"dictionaries": [
"custom-adf",
"bash",
"python",
"en-US",
"corp-terms",
"softwareTerms",
"typescript",
"node",
"npm"
],
"ignorePaths": [
".pylintrc",
"CHANGELOG.md",
"requirements.txt",
"requirements-dev.txt",
"maven-wrapper.jar",
".cspell.json",
".gitignore",
"custom-adf-dict.txt"
],
"allowCompoundWords": true,
"dictionaryDefinitions": [
{
"name": "custom-adf",
"path": "./linters/custom-adf-dict.txt",
"addWords": true
}
]
}