mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-07-06 19:30:22 +02:00

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>
29 lines
392 B
INI
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.+$
|