Skip to content

Commit 1d05ac4

Browse files
committed
typos: exclude GPG keyring test files from spell checking
GPG key IDs contain hexadecimal values that trigger false positives in typos (e.g., 'BA' in '1E9377A2BA9EF27F' is flagged as misspelled). These are valid hex values, not typos.
1 parent 181984b commit 1d05ac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ extend-exclude = [
33
"tests/facts/apt.SimulateOperationWillChange/upgrade.json",
44
"tests/facts/opkg.OpkgPackages/opkg_packages.json",
55
"tests/words.txt",
6+
"tests/facts/gpg.GpgKeyrings/*.json", # GPG keyring test files contain hex key IDs
67
]
78

89
[default]

0 commit comments

Comments
 (0)