-
Notifications
You must be signed in to change notification settings - Fork 2
/
cspell.config.yaml
139 lines (139 loc) · 2.78 KB
/
cspell.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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
version: '0.2'
language: en,de-DE,it,es-ES
ignorePaths:
- '**/node_modules/**'
- '**/vscode_extension/**'
- '**/.git/**'
- '**/pnpm-lock.yaml'
- '**/package-lock.json'
- '**/yarn.lock'
- '**/tsconfig.json'
- dist/
- out/
- build/
- .vscode
- package-lock.json
- megalinter-reports
- .devcontainer/.dockerignore
- .git*
- .prettierignore
- .codespellrc
- CHANGELOG.md
- LICENSE
- license.txt
- '**/{report,site,LICENSES,docs/about/EUPL-1.2.md}/**'
- cspell.config.yaml
- '**/styles/vale/**'
- '**/nbproject/**'
words:
- jmuelbert
- Jürgen
- juergen
- Mülbert
- muelbert
- apdisk
- donotpresent
- ehthumbs
- esktop
- fseventsd
- HSTS
- icns
- msix
- NOLOGO
- nupkg
- rarr
-
maxNumberOfProblems: 1000
import: []
useGitignore: true
overrides:
- filename: '**/de_DE/**'
language: en,de
- filename: '**/nl_NL/**'
language: en,nl
- filename: '**/ru_RU/samples/**'
language: ru,en
- filename: '**/sv/**'
language: en,sv
- filename: package.json
ignoreWords:
- color
- cannot
- filename: pyproject.toml
ignoreWords:
- LICENSE
- filename: LICENSE
ignoreWords:
- LICENCE
- authorised
- Unported
allowCompoundWords: true
enableGlobDot: true
cache:
useCache: true
cacheStrategy: content
enableFiletypes:
- shellscript
dictionaryDefinitions:
- name: project-words
addWords: true
scope:
- workspace
path: ./.github/styles/config/vocabularies/cspell/project-words.txt
- name: local-german
addWords: true
scope:
- workspace
path: ./.github/styles/config/vocabularies/cspell/german-words.txt
- name: local-spanish
addWords: true
scope:
- workspace
path: ./.github/styles/config/vocabularies/cspell/spanish-words.txt
- name: local-italiano
addWords: true
scope:
- workspace
path: ./.github/styles/config/vocabularies/cspell/italian-words.txt
- name: local-ruby
addWords: false
scope:
- workspace
path: ./.github/styles/config/vocabularies/cspell/ruby-words.txt
- name: local-python
addWords: false
scope:
- workspace
path: ./.github/styles/config/vocabularies/cspell/python-words.txt
- name: local-github-actions
addWords: false
scope:
- workspace
path: ./.github/styles/config/vocabularies/cspell/github-actions.txt
- name: local-node
addWords: false
scope:
- workspace
path: ./.github/styles/config/vocabularies/cspell/node.txt
dictionaries:
- project-words
- local-german
- local-spanish
- local-italiano
- local-ruby
- local-python
- local-github-actions
- local-node
- bash
- companies
- csharp
- css
- filetypes
- fonts
- misc
- node
- npm
- powershell
- python
- software-terms
- typescript