Skip to content

Commit 233ea21

Browse files
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

2 files changed

+4
-0
lines changed

.github/actions/spelling/expect/expect.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ DBGOUTPUT
341341
dbh
342342
dblclk
343343
DBUILD
344+
doctrees
344345
Dcd
345346
DColor
346347
DCOMMON
@@ -696,6 +697,7 @@ GMEM
696697
Goldmine
697698
gonce
698699
goutput
700+
graphviz
699701
GREENSCROLL
700702
Grehan
701703
Greyscale
@@ -831,6 +833,7 @@ INVALIDATERECT
831833
Ioctl
832834
ipch
833835
ipsp
836+
iseconds
834837
iterm
835838
itermcolors
836839
itf
@@ -1209,6 +1212,7 @@ PACKAGEVERSIONNUMBER
12091212
PACKCOORD
12101213
PACKVERSION
12111214
pacp
1215+
pandoc
12121216
pagedown
12131217
pageup
12141218
PAINTPARAMS
File renamed without changes.

0 commit comments

Comments
 (0)