mirror of
https://fastgit.cc/github.com/Yeachan-Heo/oh-my-claudecode
synced 2026-04-20 12:51:30 +08:00
- EXPLICITELY → EXPLICITLY (6 occurrences) - largOutputTools → largeOutputTools (2 occurrences) - Add typos.toml config to ignore 'preceeding' (matches Claude API)
7 lines
178 B
TOML
7 lines
178 B
TOML
# Typos configuration
|
|
# https://github.com/crate-ci/typos
|
|
|
|
[default.extend-words]
|
|
# Claude API uses "preceeding" in error messages - must match exactly
|
|
preceeding = "preceeding"
|