mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 20:32:56 +00:00
* ci: merge license header checker into dev ci Signed-off-by: tison <wander4096@gmail.com> * ci: merge nightly-funtional-tests.yml into nightly-ci.yml Signed-off-by: tison <wander4096@gmail.com> * fix typos Signed-off-by: tison <wander4096@gmail.com> --------- Signed-off-by: tison <wander4096@gmail.com>
13 lines
171 B
TOML
13 lines
171 B
TOML
[default.extend-words]
|
|
Pn = "Pn"
|
|
ue = "ue"
|
|
worl = "worl"
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"corrupted",
|
|
"tests-fuzz/src/data/lorem_words",
|
|
"*.sql",
|
|
"*.result"
|
|
]
|