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-07-05 05:56:50 +02:00
|
|
|
"tests/oci-runtime-tests/**"
|
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"
|
|
|
|
|