Skip to content

Commit 4d3adf2

Browse files
committed
typos: Exclude specific words from typo checking instead of whole files
1 parent 52fa00e commit 4d3adf2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.typos.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,12 @@ Nd = "Nd"
2727
Abl = "Abl"
2828
Som = "Som"
2929
Ba = "Ba"
30+
Yur = "Yur" # crates/matrix-sdk-indexeddb/src/crypto_store/migrations/mod.rs
3031

3132
[files]
3233
extend-exclude = [
3334
# Our json files contain a bunch of base64 encoded ed25519 keys.
3435
"*.json",
3536
# Fuzzy match patterns that can be understood as typos confusingly.
3637
"crates/matrix-sdk-ui/tests/integration/room_list_service.rs",
37-
# Hand-crafted base64 session keys that are understood as typos.
38-
"crates/matrix-sdk-indexeddb/src/crypto_store/migrations/mod.rs",
39-
"crates/matrix-sdk-crypto/src/olm/group_sessions/inbound.rs",
4038
]

0 commit comments

Comments
 (0)