This repository has been archived on 2026-04-29. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
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