-
Notifications
You must be signed in to change notification settings - Fork 89
/
cspell.yaml
62 lines (58 loc) · 1.13 KB
/
cspell.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
version: '0.2'
language: en
allowCompoundWords: true
# Dictionary configurations
dictionaryDefinitions:
- name: custom-dictionary
path: ./.cspell/custom-dictionary.txt
addWords: true
dictionaries:
# General dictionaries
- en
- en-gb
# Programming language-specific dictionaries
- python
- golang
- typescript
- node
- html
- css
- cpp
# Technology-specific dictionaries
- k8s
- terraform
# Custom dictionaries
- custom-words
- custom-dictionary
# Paths to ignore
ignorePaths:
- python/mkdocs.yml
- webui/build
- webui/node_modules
- webui/lib/api/generated/**
# Patterns to ignore
ignoreRegExpList:
# Internet and email
- Urls
- Email
# Cryptography and security
- RsaCert
- SshRsa
- SHA
# Encoding
- Base64
- Base64MultiLine
- Base64SingleLine
- HexDigits
# Programming-related
- CommitHash
- CommitHashLink
- CStyleHexValue
- CSSHexValue
- EscapedUnicodeCharacters
- EscapeCharacters
- HashStrings
- UnicodeRef
- UUID
# Custom patterns
- /github.com.*/