-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcspell.yaml
More file actions
274 lines (268 loc) · 7.19 KB
/
Copy pathcspell.yaml
File metadata and controls
274 lines (268 loc) · 7.19 KB
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
---
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
version: "0.2"
language: en
noConfigSearch: true
caseSensitive: true
useGitignore: true
enableGlobDot: true
ignorePaths:
- .git/**
- "**/.git/**"
- "**/node_modules/**"
- .bash-compiler
- .history/**
- logs/**
- "**/logs/**"
- bin/**
- "**/bin/**"
- "**/testsData/**"
- package-lock.json
- "**/*.svg"
- .vscode
- .cspell/**
- report
- .jscpd.json
- megalinter-reports
- "*-megalinter_file_names_cspell.txt"
- "**/*megalinter_file_names_cspell.txt"
- .shellcheckrc
- vendor/**
- "**/backup/**"
- commit-msg.md
- .mega-linter*.yml
- TODO.md
- .env
- .pnp.cjs
- .pnp.loader.mjs
- installScripts/**
- srcAlt/DependencySample/installScripts/**
- src/_installScripts/_Configs/ShellZshDefaultConfig-conf/.bash-dev-env/themes.d/ohmyposhThemes/jandedobbeleer.json
- src/_installScripts/_Configs/ShellZshDefaultConfig-conf/.bash-dev-env/themes.d/starshipThemes/default.toml
- src/_installScripts/_Configs/VsCodeConfig-conf/vscode-extensions-by-profile/*.md
- distro
- install
dictionaryDefinitions:
- name: forbidden
addWords: false
path: .cspell/forbidden.txt
- name: myBash
path: .cspell/bash.txt
addWords: true
- name: githubWorkflow
path: .cspell/githubWorkflow.txt
addWords: true
- name: config
path: .cspell/config.txt
addWords: true
- name: mySoftwares
path: .cspell/softwares.txt
addWords: true
- name: markdown
path: .cspell/markdown.txt
addWords: true
- name: lintersConfig
path: .cspell/lintersConfig.txt
addWords: true
# Specific dictionaries for this repo
- name: myAwk
path: .cspell/myAwk.txt
addWords: true
- name: dirColors
path: .cspell/dirColors.txt
addWords: false
- name: myZsh
path: .cspell/myZsh.txt
addWords: true
- name: p10kZsh
path: .cspell/p10kZsh.txt
addWords: true
- name: myPython
path: .cspell/python.txt
addWords: true
- name: vsCodeSettings
path: .cspell/vsCodeSettings.txt
addWords: true
languageSettings:
- languageId: githubWorkflow
locale: "*"
dictionaries:
- githubWorkflow
- bash
- go
- myBash
- mySoftwares
- software
- languageId: config
locale: "*"
caseSensitive: true
dictionaries:
- config
- mySoftwares
- software
- languageId: shellscript
locale: "*"
dictionaries:
- bash
- myBash
- mySoftwares
- software
- languageId: markdown
locale: "*"
dictionaries:
- markdown
- mySoftwares
- softwareTerms
# Specific language settings for this repo
- languageId: dirColors
locale: "*"
dictionaries:
- dirColors
- languageId: zshScript
locale: "*"
dictionaries:
- bash
- myZsh
- mySoftwares
- softwareTerms
- languageId: python
locale: "*"
dictionaries:
- python
- myPython
- languageId: javascript
locale: "*"
dictionaries:
- mySoftwares
# ----------
overrides:
- filename:
- ".*"
- "*.yml"
- "*.yaml"
- "configs/site-config.yaml"
- "*.toml"
- "package.json"
languageId: config
- filename:
- .github/**/*.yml
- .github/*.yml
- templates-examples/**
languageId: githubWorkflow
- filename:
- "*.yml"
- "*.yaml"
- "*.toml"
dictionaries:
- lintersConfig
- filename:
- LICENSE
- "**/*.md"
- "**/*-help.txt"
languageId: markdown
- filename: "**/*.html"
dictionaries:
- mySoftwares
- software
# Specific overrides for this repo
- languageId: shellscript
filename:
- "**/*.sh"
- "*.bash"
- .github/copilot-instructions.md
- "*.{yaml,yml}"
- "**/*.bats"
- "**/*.env"
- ".env.*"
- .framework-config
- .gitattributes
- .gitignore
- "**/update-motd.d/**"
- src/_installScripts/_Configs/ShellBashDefaultConfig-conf/home/.bashrc
- src/_installScripts/Aws/Awsume-conf/.bash-dev-env/profile.d/awsume.zsh
- src/_installScripts/_Configs/ShellBashDefaultConfig-conf/home/.bash_logout
- src/_installScripts/_Configs/ShellBashDefaultConfig-conf/home/.profile
- src/_installScripts/_Configs/ShellZshDefaultConfig-conf/home/.zshenv
dictionaries:
- config
- mySoftwares
- filename:
- "*.conf"
- .gitleaks.toml
- .htmlhintrc
- .secretlintignore
- .tarignore
- .editorconfig-checker.json
- lychee.toml
- src/_installScripts/UI/Font-conf/.Xresources
- src/_installScripts/_Configs/GitDefaultConfig-conf/home/.gitconfig
- src/_installScripts/Anacron/Anacron-conf/etc/anacrontab
- src/_installScripts/BashUtils/Tig-conf/home/.config/tig/config
- src/_installScripts/BashUtils/Tig-conf/home/.tigrc
- src/_installScripts/_Configs/ShellBashDefaultConfig-conf/home/.Xresources
- src/_installScripts/_Configs/GitDefaultConfig-conf/home/.config/tig/config
- src/_installScripts/_Configs/GitDefaultConfig-conf/.gitconfig
- src/_installScripts/_Configs/GitDefaultConfig-conf/.tigrc
- src/_installScripts/_Configs/WslDefaultConfig-conf/settings.json
- src/_installScripts/BashUtils/Mlocate-conf/etc/updatedb.conf
- src/_installScripts/_Configs/ShellBashDefaultConfig-conf/home/.vimrc
- src/_installScripts/Java/JavaSdkManager-conf/.sdkman/etc/config
- src/_installScripts/_Configs/ShellZshDefaultConfig-conf/.bash-dev-env/interactive.d/zsh-compinstall.zsh
- src/_installScripts/_Configs/ShellZshDefaultConfig-conf/.bash-dev-env/interactive.d/zsh-key-bindings.zsh
- src/_installScripts/_Configs/ShellZshDefaultConfig-conf/.bash-dev-env/interactive.d/zsh-omz.zsh
- src/_installScripts/_Configs/ShellZshDefaultConfig-conf/.bash-dev-env/interactive.d/zsh-syntax-complete-suggest.zsh
- src/_installScripts/_Configs/MotdDefaultConfig-conf/.bash-dev-env/interactive.d/motd.zsh
dictionaries:
- config
- mySoftwares
- filename:
- src/_installScripts/_Configs/VsCodeConfig-conf/vsCode-conf/Python.code-profile
dictionaries:
- mySoftwares
- python
- myPython
- filename: "**/*.awk"
dictionaries:
- myAwk
- mySoftwares
- software
- filename: "**/.p10k.zsh"
dictionaries:
- bash
- p10kZsh
- softwareTerms
- filename:
- "**/*.zsh"
- "**/.zshrc"
- "**/.zprofile"
- src/_installScripts/_Configs/ShellZshDefaultConfig-conf/.bash-dev-env/interactive.d/zsh-compinstall.zsh
languageId: zshScript
- filename: "**/*.ps1"
dictionaries:
- powershell
- mySoftwares
- softwareTerms
- filename: "**/.dir_colors"
dictionaries:
- dirColors
- filename:
- "**/settings.json"
- VsCodeConfig-profiles/convert-vscode-profiles.js
dictionaries:
- vsCodeSettings
- mySoftwares
patterns:
- name: urls
pattern: "/https?://([^ \t\"'()]+)/g"
- name: packages
pattern: /[-A-Za-z0-9.]+/[-A-Za-z0-9.]+/g
- name: markdownToc
pattern: \]\(#[^)]+\)$
ignoreRegExpList:
- urls
- packages
- markdownToc
enableFiletypes:
- shellscript
dictionaries:
- forbidden