-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path_typos.toml
More file actions
21 lines (19 loc) · 642 Bytes
/
_typos.toml
File metadata and controls
21 lines (19 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# typos configuration
# See: https://github.com/crate-ci/typos
[default.extend-words]
# Ignore words that are valid in this codebase
ba = "ba" # shell names: {a,ba,da,k,z}sh
sur = "sur" # surname context
crate = "crate" # Rust crate
ser = "ser" # serde serialization
pullrequest = "pullrequest"
pullrequests = "pullrequests"
distroname = "distroname"
hda = "hda" # QEMU High Definition Audio device (intel-hda, hda-duplex)
[files]
extend-exclude = [
"*.lock",
"target/",
"src/action/linux/selinux/",
"nix/tests/vm-test/vagrant_insecure_key",
]