-
-
Notifications
You must be signed in to change notification settings - Fork 213
/
Copy pathcspell-tools.config.yaml
51 lines (49 loc) · 1.65 KB
/
cspell-tools.config.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
# yaml-language-server: $schema=https://raw.githubusercontent.com/streetsidesoftware/cspell/main/packages/cspell-tools/cspell-tools.config.schema.json
targets:
- name: python
sources:
- filename: src/python/python-lib.txt
allowedSplitWords:
- ../en_US/en_US.trie
- ../software-terms/dict/softwareTerms.txt
- src/additional_words.txt
- src/common_packages.txt
- src/common/extra.txt
- src/python/python-lib.txt
- src/python/python.txt
split: true
- filename: src/python/python.txt
allowedSplitWords:
- ../en_US/en_US.trie
- ../software-terms/dict/softwareTerms.txt
- src/additional_words.txt
- src/common_packages.txt
- src/common/extra.txt
- src/python/python-lib.txt
- src/python/python.txt
split: true
- src/additional_words.txt
- filename: src/common_packages.txt
split: true
allowedSplitWords:
- ../en_US/en_US.trie
- ../software-terms/dict/softwareTerms.txt
- src/additional_words.txt
- src/common_packages.txt
- src/common/extra.txt
- src/python/python-lib.txt
- src/python/python.txt
- src/data_science.txt
- src/legacy.txt
format: plaintext
targetDirectory: './dict'
compress: false
sort: true
- name: python-common
# "build-common": "cspell-tools-cli compile \"src/common/*.txt\" --keep-raw-case --merge python-common -o .",
sources:
- src/common/extra.txt
targetDirectory: ./dict
format: plaintext
compress: false
sort: true