Skip to content

Commit d0d6578

Browse files
wan9chiclaude
andcommitted
fix(ci): silence typos on patches/ + fix respone typo in design doc
typos 1.45.1 rejected the PR because: - `./patches/vite.patch` includes Vite's own hunk-header line containing a truncated identifier (`environmen`) that looks like a typo but isn't ours to fix. Add `patches` to `.typos.toml` extend-exclude. - `docs/runner-task-ipc/index.md:39` had a real typo `respone` → `respond`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fa43463 commit d0d6578

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ extend-exclude = [
99
# Intentional typos for testing fuzzy matching and "did you mean" suggestions
1010
"crates/vite_select/src/fuzzy.rs",
1111
"crates/vite_task_bin/tests/e2e_snapshots/fixtures/task_select",
12+
# pnpm patch files — hunk context includes third-party code we don't own
13+
"patches",
1214
]

docs/runner-task-ipc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Notes:
3636
Workflow:
3737

3838
1. `vite_task_server` uses crate `interprocess` to create a server along with a unique name, and listens to messages from tools.
39-
2. `vite_task` calls vite_task_server to run server for every spawn execution. and collect what's reported from tools, and respone with requested envs
39+
2. `vite_task` calls vite_task_server to run server for every spawn execution. and collect what's reported from tools, and respond with requested envs
4040
3. `vite_task` embed `vite_task_client_napi` dylib and write to temp folder in the same way as `crates/fspy/src/unix/mod.rs:56`. (we should extract crates/fspy/src/artifact.rs into a separate crate)
4141
4. `vite_task` passes both the dylib path and the IPC connection info to the tool's process env, via env vars that `vite_task_client` knows to look up.
4242
5. the tool is expected to use `@voidzero-dev/vite-task-client`

0 commit comments

Comments
 (0)