mirror of
https://github.com/containers/youki
synced 2024-11-22 17:02:00 +01:00
a94a16cd28
* chore: fix typo for InvalidSocketName Signed-off-by: Jerrypoi <jerry.poi.sz@gmail.com> * chore: fix typos Signed-off-by: Jerrypoi <jerry.poi.sz@gmail.com> * chore: bump typos version to catch more typos Signed-off-by: Jerrypoi <jerry.poi.sz@gmail.com> --------- Signed-off-by: Jerrypoi <jerry.poi.sz@gmail.com>
27 lines
638 B
INI
27 lines
638 B
INI
# Configuration Reference:
|
|
# - https://github.com/crate-ci/typos/blob/927308c726b1fba730f7aaa8bde602148b82004d/docs/reference.md
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"**/*.svg",
|
|
"tests/oci-runtime-tests/**",
|
|
"CHANGELOG.md"
|
|
]
|
|
|
|
[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"
|
|
|
|
[type.md.extend-words]
|
|
# This is used as "yoh-key" in markdown files to describe the pronounciation
|
|
# for Youki
|
|
"yoh" = "yoh"
|