Files
greptimedb/typos.toml
Weny Xu ebaa9272ee fix: classify WAL prune Kafka retry errors (#8119)
* fix: classify WAL prune Kafka retry errors

Signed-off-by: WenyXu <wenymedia@gmail.com>

* chore: ignore upstream typos

Signed-off-by: WenyXu <wenymedia@gmail.com>

* chore: apply suggestions

Signed-off-by: WenyXu <wenymedia@gmail.com>

---------

Signed-off-by: WenyXu <wenymedia@gmail.com>
2026-05-15 07:11:18 +00:00

25 lines
553 B
TOML

[default.extend-words]
Pn = "Pn"
ue = "ue"
worl = "worl"
ot = "ot"
typ = "typ"
typs = "typs"
unqualifed = "unqualifed"
excluder = "excluder"
consts = "consts"
# Upstream crate rskafka defines a `DeadlineExceded` error variant, but it is misspelled.
# We need to extend the word list to avoid typos in our codebase.
Exceded = "Exceded"
[files]
extend-exclude = [
"corrupted",
"tests-fuzz/src/data/lorem_words",
"*.sql",
"*.result",
"src/pipeline/benches/data.log",
"cyborg/pnpm-lock.yaml",
"tests-integration/resources/*"
]