mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-06-08 17:17:36 +00:00
typos: fixes
This commit is contained in:
+1
-1
@@ -12,6 +12,6 @@ trim_trailing_whitespace = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.{json,md,nix,yml}]
|
||||
[*.{json,md,nix,toml,yml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
@@ -7,4 +7,4 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
# Executes "typos ."
|
||||
- uses: crate-ci/typos@v1.19.0
|
||||
- uses: crate-ci/typos@v1.20.4
|
||||
|
||||
+10
-3
@@ -2,12 +2,19 @@
|
||||
|
||||
[files]
|
||||
extend-exclude = [
|
||||
# "uefi/src/table/boot.rs"
|
||||
# Generated sources
|
||||
"uefi/src/proto/device_path/device_path_gen.rs"
|
||||
]
|
||||
|
||||
[default]
|
||||
extend-ignore-identifiers-re = [
|
||||
# uefi-raw/src/protocol/device_path.rs
|
||||
"PnP"
|
||||
]
|
||||
|
||||
[default.extend-words]
|
||||
# FOOBAR = "FOOBAR"
|
||||
# ./uefi-test-runner/src/proto/device_path.rs:92:14
|
||||
HD = "HD"
|
||||
|
||||
[default.extend-identifiers]
|
||||
# FOOBAR = "FOOBAR"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user