Commit 233ea21
committed
feat: Update existing spellcheck configuration with documentation terms
- Add custom documentation-specific terms to .github/actions/spelling/expect/expect.txt:
- doctrees (Sphinx documentation tree structures)
- graphviz (diagram generation tool for architecture diagrams)
- iseconds (time unit reference for performance metrics)
- pandoc (document conversion tool used in build process)
- Rename spelling2.yml to spelling.yml for standard workflow naming
- Remove redundant spellcheck files (used existing check-spelling workflow)
- Terms added in proper alphabetical order to maintain file organization
The existing check-spelling workflow is comprehensive with SARIF reporting,
PR comment management, and extensive dictionary support from cspell-dicts.
These additions ensure documentation-specific terms are properly recognized.1 parent 6fb8b72 commit 233ea21
File tree
2 files changed
+4
-0
lines changed- .github
- actions/spelling/expect
- workflows
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| 344 | + | |
344 | 345 | | |
345 | 346 | | |
346 | 347 | | |
| |||
696 | 697 | | |
697 | 698 | | |
698 | 699 | | |
| 700 | + | |
699 | 701 | | |
700 | 702 | | |
701 | 703 | | |
| |||
831 | 833 | | |
832 | 834 | | |
833 | 835 | | |
| 836 | + | |
834 | 837 | | |
835 | 838 | | |
836 | 839 | | |
| |||
1209 | 1212 | | |
1210 | 1213 | | |
1211 | 1214 | | |
| 1215 | + | |
1212 | 1216 | | |
1213 | 1217 | | |
1214 | 1218 | | |
| |||
File renamed without changes.
0 commit comments