Adjust .codespellrc

- add 'external/*' to the list of patterns to skip
- add 'fuzz/corpora' to the list of patterns to skip
- add '*.csr' to the list of patterns to skip

Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29464)
This commit is contained in:
Richard Levitte
2025-12-18 09:17:15 +01:00
parent 0a864e0a2b
commit 66afa42bd6

View File

@@ -332,6 +332,7 @@ skip =
*.asc,
*.bin,
*.crt,
*.csr,
*.css.map,
*.eps,
*.fr.utf-8,
@@ -441,6 +442,8 @@ skip =
CREDITS,
CREDITS.TXT,
DONATIONS,
external/*,
fuzz/corpora/*,
jquery.js,
jquery.min.map,
localization*-[a-z][a-z]_[a-zA-Z][a-zA-Z].*,