mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-03-24 02:50:38 +00:00
* chore: adjust manifest cache log level Signed-off-by: evenyag <realevenyag@gmail.com> * chore: add consts to words Signed-off-by: evenyag <realevenyag@gmail.com> --------- Signed-off-by: evenyag <realevenyag@gmail.com>
22 lines
376 B
TOML
22 lines
376 B
TOML
[default.extend-words]
|
|
Pn = "Pn"
|
|
ue = "ue"
|
|
worl = "worl"
|
|
ot = "ot"
|
|
typ = "typ"
|
|
typs = "typs"
|
|
unqualifed = "unqualifed"
|
|
excluder = "excluder"
|
|
consts = "consts"
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"corrupted",
|
|
"tests-fuzz/src/data/lorem_words",
|
|
"*.sql",
|
|
"*.result",
|
|
"src/pipeline/benches/data.log",
|
|
"cyborg/pnpm-lock.yaml",
|
|
"tests-integration/resources/*"
|
|
]
|