1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-07-06 19:30:22 +02:00
aerc/.codespellrc
Robin Jarry 7afe2c07c1 codespell: ignore words in URLs and email addresses
There is absolutely no point in checking for typos in email addresses
nor URLs.

Moreover, completely ignore the contents of git trailers that hold
contributor's names and email addresses.

Cc: Diederik de Haas <didi.debian@cknow.org>
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Bence Ferdinandy <bence@ferdinandy.com>
2025-03-30 23:09:54 +02:00

29 lines
392 B
INI

# ex: ft=dosini
[codespell]
quiet-level = 35
skip =
*.1,
*.5,
*.7,
*log*,
*.log*,
.changelog.md,
.env,
contrib/aerc.desktop,
filters/vectors/*,
tags,
ignore-words-list =
DeVault,
Fo,
THRID,
fo,
fpr,
froms,
localY,
ment,
struc,
te,
thrid,
uri-ignore-words-list = *
ignore-regex = ^(Cc|(Suggested|Requested|Reported|Co-authored|Signed-off|Tested|Reviewed|Acked)-by):\s.+$