Skip to content

Commit 24ec6cd

Browse files
committed
typos: fixes
1 parent 523a30b commit 24ec6cd

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ trim_trailing_whitespace = true
1212
indent_style = space
1313
indent_size = 4
1414

15-
[*.{json,md,nix,yml}]
15+
[*.{json,md,nix,toml,yml}]
1616
indent_style = space
1717
indent_size = 2

.github/workflows/qa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
steps:
88
- uses: actions/checkout@v4
99
# Executes "typos ."
10-
- uses: crate-ci/typos@v1.19.0
10+
- uses: crate-ci/typos@v1.20.4

.typos.toml

+10-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22

33
[files]
44
extend-exclude = [
5-
# "uefi/src/table/boot.rs"
5+
# Generated sources
6+
"uefi/src/proto/device_path/device_path_gen.rs"
7+
]
8+
9+
[default]
10+
extend-ignore-identifiers-re = [
11+
# uefi-raw/src/protocol/device_path.rs
12+
"PnP"
613
]
714

815
[default.extend-words]
9-
# FOOBAR = "FOOBAR"
16+
# ./uefi-test-runner/src/proto/device_path.rs:92:14
17+
HD = "HD"
1018

1119
[default.extend-identifiers]
12-
# FOOBAR = "FOOBAR"
1320

0 commit comments

Comments
 (0)