forked from llm-d/llm-d-router
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.typos.toml
More file actions
29 lines (27 loc) · 798 Bytes
/
Copy path.typos.toml
File metadata and controls
29 lines (27 loc) · 798 Bytes
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
[default.extend-words]
k8s = "k8s"
KServe = "KServe"
vLLM = "vLLM"
IST = "IST"
# American English (Go stdlib uses Unmarshal)
unmarshaling = "unmarshaling"
# image_grid_thw is a vLLM/CUDA tensor shape parameter
thw = "thw"
[files]
extend-exclude = [
"*.png",
"*.jpg",
"deploy/",
"go.mod",
"go.sum",
"build/",
"testdata/",
# Generated protobuf files
"pkg/epp/framework/plugins/requesthandling/parsers/vllmgrpc/api/gen/",
# Fragment files are sourced verbatim from human PR bodies; the bot
# can't fix typos itself, so don't fail fragment PRs on them. Typos in
# the assembled RELEASE-NOTES.md (also a bot PR, but reviewed by a
# maintainer before merge) are still checked so they get caught before
# landing on main.
"release-notes.d/"
]