Skip to content

Commit

Permalink
chore(ci): Make typos happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jul 27, 2023
1 parent d1d6bcd commit 38a8ad0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ WeeChat = "WeeChat"
[files]
# Our json files contain a bunch of base64 encoded ed25519 keys which aren't
# automatically ignored, we ignore them here.
extend-exclude = ["*.json"]
extend-exclude = [
"*.json",
# We are using some fuzzy match patterns that can be understood as typos confusingly.
"crates/matrix-sdk-ui/tests/integration/room_list_service.rs",
]

0 comments on commit 38a8ad0

Please sign in to comment.