From 858150b6b6efce60eb5cc14bb7db02fa973beead Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Mon, 1 Jul 2024 10:46:35 +0100 Subject: [PATCH] typos: Exclude specific words from typo checking instead of whole files --- .typos.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.typos.toml b/.typos.toml index 84c55dc4c26..1a60955fc52 100644 --- a/.typos.toml +++ b/.typos.toml @@ -27,6 +27,7 @@ Nd = "Nd" Abl = "Abl" Som = "Som" Ba = "Ba" +Yur = "Yur" # as found in crates/matrix-sdk-indexeddb/src/crypto_store/migrations/mod.rs [files] extend-exclude = [ @@ -34,7 +35,4 @@ extend-exclude = [ "*.json", # Fuzzy match patterns that can be understood as typos confusingly. "crates/matrix-sdk-ui/tests/integration/room_list_service.rs", - # Hand-crafted base64 session keys that are understood as typos. - "crates/matrix-sdk-indexeddb/src/crypto_store/migrations/mod.rs", - "crates/matrix-sdk-crypto/src/olm/group_sessions/inbound.rs", ]