We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fa00e commit 4d3adf2Copy full SHA for 4d3adf2
.typos.toml
@@ -27,14 +27,12 @@ Nd = "Nd"
27
Abl = "Abl"
28
Som = "Som"
29
Ba = "Ba"
30
+Yur = "Yur" # crates/matrix-sdk-indexeddb/src/crypto_store/migrations/mod.rs
31
32
[files]
33
extend-exclude = [
34
# Our json files contain a bunch of base64 encoded ed25519 keys.
35
"*.json",
36
# Fuzzy match patterns that can be understood as typos confusingly.
37
"crates/matrix-sdk-ui/tests/integration/room_list_service.rs",
- # 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",
40
]
0 commit comments