-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy path_typos.toml
More file actions
31 lines (28 loc) Β· 858 Bytes
/
_typos.toml
File metadata and controls
31 lines (28 loc) Β· 858 Bytes
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
# Typos (spell checker) β used by .github/workflows/typos.yml
# Large i18n bundles, multilingual SEO keywords, and lockfiles are excluded β typos is
# English-oriented and flags correct French/German/β¦ text as misspellings.
[files]
extend-exclude = [
"SortVision/pnpm-lock.yaml",
"SortVision/src/locales/**",
"SortVision/src/context/LanguageContext.jsx",
"SortVision/src/components/chatbot/ChatAssistant.jsx",
"SortVision/src/components/chatbot/assistantEngine/templates/localizedHelp.js",
"SortVision/src/utils/seo.js",
"SortVision/public/**",
"**/*.min.js",
]
[default]
extend-ignore-re = [
"(?i)sortvision",
"(?i)dsa",
"(?i)href",
"(?i)webp",
"(?i)vercel",
"(?i)radix",
"(?i)tailwind",
]
# Locale / CS terms typos would otherwise βfixβ incorrectly.
[default.extend-words]
Algorithmus = "Algorithmus"
DAA = "DAA"