2023-06-08 06:49:17 +02:00
|
|
|
# Configuration Reference:
|
|
|
|
# - https://github.com/crate-ci/typos/blob/927308c726b1fba730f7aaa8bde602148b82004d/docs/reference.md
|
|
|
|
|
|
|
|
[files]
|
|
|
|
extend-exclude = [
|
|
|
|
"**/*.svg",
|
2023-12-17 13:19:31 +01:00
|
|
|
"tests/oci-runtime-tests/**",
|
|
|
|
"CHANGELOG.md"
|
2023-06-08 06:49:17 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[default.extend-identifiers]
|
|
|
|
# This is a cgroup slice ID used in examples. It is easier to ignore this
|
|
|
|
# instance than write a regex.
|
|
|
|
569d5ce3afe1074769f67 = "569d5ce3afe1074769f67"
|
|
|
|
|
|
|
|
[type.rust.extend-words]
|
|
|
|
ser = "ser"
|
|
|
|
flate = "flate"
|
|
|
|
clos = "clos"
|
|
|
|
Setted = "Setted"
|
|
|
|
hve = "hve"
|
|
|
|
|
2024-07-01 17:50:47 +02:00
|
|
|
[type.md.extend-words]
|
|
|
|
# This is used as "yoh-key" in markdown files to describe the pronounciation
|
|
|
|
# for Youki
|
|
|
|
"yoh" = "yoh"
|