typos: fixes

This commit is contained in:
Philipp Schuster
2024-04-08 16:13:07 +02:00
parent 523a30b3a6
commit 24ec6cd73f
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
View File
@@ -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"