-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cspell.yaml
More file actions
52 lines (49 loc) · 1.01 KB
/
.cspell.yaml
File metadata and controls
52 lines (49 loc) · 1.01 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
---
# Spell-Checking
#
# PURPOSE:
# - Maintain professional documentation and code quality
# - Catch spelling errors before publication
# - Support consistent technical terminology usage
# - Misspelled words should be fixed in the source
# - NEVER add a misspelled word to the 'words' list
# - PROPOSE only genuine technical terms/names as needed
version: "0.2"
language: en
# Project-specific technical terms and tool names
words:
- buildmark
- DEMA
- Dema
- fileassert
- hotspots
- mstest
- pandoc
- Pandoc
- reqstream
- reviewmark
- SARIF
- Sarif
- sarifmark
- sonarmark
- testname
- tracematrix
- Unwritable
- venv
- versionmark
- Weasy
- weasyprint
- yamlfix
# Exclude common build artifacts, dependencies, and vendored third-party code
ignorePaths:
- "**/.git/**"
- "**/node_modules/**"
- "**/.venv/**"
- "**/thirdparty/**"
- "**/third-party/**"
- "**/3rd-party/**"
- "**/AGENT_REPORT_*.md"
- "**/.agent-logs/**"
- "**/bin/**"
- "**/obj/**"
- package-lock.json