matrix-rust-sdk/.typos.toml

20 lines
545 B
TOML
Raw Normal View History

[default.extend-words]
# Remove this once base64 gets correctly ignored by typos
# Or if we're able to ignore certain lines.
Fo = "Fo"
BA = "BA"
2021-11-12 16:29:44 +00:00
UE = "UE"
Ure = "Ure"
OFO = "OFO"
2022-08-14 06:35:44 +00:00
Ot = "Ot"
ket = "ket"
# This is the thead html tag, remove this once typos is updated in the github
# action. 1.3.1 seems to work correctly, while 1.11.0 on the CI seems to get
# this wrong
thead = "thead"
[files]
# Our json files contain a bunch of base64 encoded ed25519 keys which aren't
# automatically ignored, we ignore them here.
extend-exclude = ["*.json"]