diff --git a/.editorconfig b/.editorconfig index 7a134a8e..53b19b4e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index d3e2909b..75a347de 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -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 diff --git a/.typos.toml b/.typos.toml index f413b730..ff5de34e 100644 --- a/.typos.toml +++ b/.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"