Files
2025-11-19 14:07:39 +01:00

25 lines
528 B
TOML

# Configuration for the typos spell checker utility (<https://github.com/crate-ci/typos>).
[files]
extend-exclude = [
# Generated sources
"uefi/src/proto/device_path/device_path_gen.rs"
]
[default]
extend-ignore-identifiers-re = [
# uefi-raw/src/protocol/device_path.rs
"PnP",
# uefi-raw/src/protocol/network/tcpv4.rs
"ANDed"
]
[default.extend-words]
# ./uefi-test-runner/src/proto/device_path.rs:92:14
HD = "HD"
[default.extend-identifiers]
# We sometimes use "typ" as "type" is a reserved keyword
typ = "typ"