Skip to content

Commit 2718ebc

Browse files
committed
remove custom-words.txt, convert cSpell.json to cspell.yaml
1 parent 9be3ccf commit 2718ebc

File tree

2 files changed

+31
-4071
lines changed

2 files changed

+31
-4071
lines changed

cspell.yaml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
version: "0.2"
2+
language: en
3+
words: []
4+
flagWords:
5+
- teh
6+
ignorePaths:
7+
- '**/examples/**'
8+
- '**/package-lock.json'
9+
- cSpell.json
10+
- eng/**
11+
- node_modules/**
12+
ignoreRegExpList:
13+
- v\d
14+
- email
15+
- Base64
16+
minWordLength: 4
17+
dictionaries:
18+
- companies
19+
- csharp
20+
- custom-words
21+
- go
22+
- html
23+
- java
24+
- node
25+
- python
26+
- softwareTerms
27+
- typescript
28+
enableFiletypes:
29+
- cadl
30+
ignoreWords:
31+
- trafficcontrollerspec

0 commit comments

Comments
 (0)