Skip to content

Commit

Permalink
misc: Add configuration file for typos
Browse files Browse the repository at this point in the history
This is a preparation to run the typos utility on the repo.

Signed-off-by: Philipp Schuster <[email protected]>
  • Loading branch information
phip1611 authored and rbradford committed Sep 9, 2023
1 parent 367201e commit fa09045
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Configuration for https://github.com/crate-ci/typos

[files]
extend-exclude = [
"hypervisor/src/kvm/x86_64/mod.rs",
"resources/linux-config-*",
]

[default.extend-words]
ba = "ba"
CLASSE = "CLASSE"
conectix = "conectix"
Dake = "Dake"
EXTINT = "EXTINT"
INOUT = "INOUT"
liness = "liness"
outout = "outout"

[default.extend-identifiers]
fo = "fo"
fpr = "fpr"

0 comments on commit fa09045

Please sign in to comment.