ruwuma/.typos.toml
Kévin Commaille 73cec0b965 ci: Do not check insta snapshot files with typo
Since they are generated automatically.
2025-02-28 20:09:59 -05:00

17 lines
358 B
TOML

[default.extend-words]
# Remove this once base64 gets correctly ignored by typos
# Or if we're able to ignore certain lines.
Hd = "Hd"
NAX = "NAX"
Nd = "Nd"
Pn = "Pn"
Wya = "Wya"
# all of these are valid words, but should never appear in this repo
sing = "sign"
singed = "signed"
singing = "signing"
[type.snap]
extend-glob = ["*.snap"]
check-file = false