mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
typos: fixes
This commit is contained in:
parent
523a30b3a6
commit
24ec6cd73f
3 changed files with 12 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/qa.yml
vendored
2
.github/workflows/qa.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
13
.typos.toml
13
.typos.toml
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue