Skip to content

Commit 0966b53

Browse files
committed
Replace yml with json
Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
1 parent 4a8e603 commit 0966b53

2 files changed

Lines changed: 35 additions & 26 deletions

File tree

cspell.config.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

cspell.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
3+
"version": "0.2",
4+
"dictionaryDefinitions": [
5+
{
6+
"name": "project-words",
7+
"path": "./cspell_dicts/cspell_dict.txt",
8+
"addWords": true
9+
},
10+
{
11+
"name": "project-words",
12+
"path": "./cspell_dicts/maintainers_dict.txt",
13+
"addWords": true
14+
},
15+
{
16+
"name": "project-words",
17+
"path": "./cspell_dicts/layouts_dict.txt",
18+
"addWords": true
19+
},
20+
],
21+
"dictionaries": [
22+
"project-words",
23+
"maintainers",
24+
"layouts",
25+
],
26+
"ignorePaths": [
27+
"build*",
28+
"third_party/**",
29+
"/.cspell_dict.txt",
30+
"*.ipynb",
31+
"*.sh",
32+
"*.json",
33+
"*synset*",
34+
]
35+
}

0 commit comments

Comments
 (0)