Skip to content

Commit 85152f2

Browse files
committed
fix: ignore 'ba' in git commit hashes for typo check
Add 'ba' to the exception list in _typos.toml to prevent false positives when checking git commit hashes in CHANGELOG.md. This fixes the typo check failure that incorrectly flags 'ba' as a typo in commit hash strings.
1 parent d7dfdad commit 85152f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_typos.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[default.extend-words]
22
Ue = "Ue"
3-
ND = "ND"
3+
ND = "ND"
4+
ba = "ba"

0 commit comments

Comments
 (0)