mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-14 01:02:55 +00:00
* ci: update 0.12 ci to latest Except: - Remove mysql_backend - Remove workflows/grafana.json Signed-off-by: evenyag <realevenyag@gmail.com> * ci: update typos Signed-off-by: evenyag <realevenyag@gmail.com> * ci: ignore more words Signed-off-by: evenyag <realevenyag@gmail.com> --------- Signed-off-by: evenyag <realevenyag@gmail.com>
21 lines
339 B
TOML
21 lines
339 B
TOML
[default.extend-words]
|
|
Pn = "Pn"
|
|
ue = "ue"
|
|
worl = "worl"
|
|
ot = "ot"
|
|
unqualifed = "unqualifed"
|
|
typ = "typ"
|
|
varidic = "varidic"
|
|
typs = "typs"
|
|
varadic = "varadic"
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"corrupted",
|
|
"tests-fuzz/src/data/lorem_words",
|
|
"*.sql",
|
|
"*.result",
|
|
"src/pipeline/benches/data.log",
|
|
"cyborg/pnpm-lock.yaml"
|
|
]
|