Files
greptimedb/typos.toml
T
Lanqing Yang 67a403757d Perf/http sql limit materialization (#9148)
perf(servers): limit HTTP SQL rows before materialization

Signed-off-by: lyang24 <lanqingy93@gmail.com>
2026-09-16 03:46:11 +00:00

28 lines
609 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"
[default.extend-identifiers]
allocatedp = "allocatedp"
[files]
extend-exclude = [
"corrupted",
"tests-fuzz/src/data/lorem_words",
"*.sql",
"*.result",
"src/pipeline/benches/data.log",
"cyborg/pnpm-lock.yaml",
"tests-integration/resources/*"
]