mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-06-08 17:17:36 +00:00
25 lines
528 B
TOML
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"
|
|
|