]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Adjust .codespellrc
authorRichard Levitte <levitte@openssl.org>
Thu, 18 Dec 2025 08:17:15 +0000 (09:17 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 19 Dec 2025 12:06:04 +0000 (13:06 +0100)
- add 'external/*' to the list of patterns to skip
- add '*.csr' to the list of patterns to skip

Reviewed-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29437)

.codespellrc

index 8103b70a7e4a8646aa88921b59ce9fcf539a6d11..8b10d35f8f5a003b47da04851b8f4490386004e3 100644 (file)
@@ -332,6 +332,7 @@ skip =
     *.asc,
     *.bin,
     *.crt,
+    *.csr,
     *.css.map,
     *.eps,
     *.fr.utf-8,
@@ -441,6 +442,7 @@ skip =
     CREDITS,
     CREDITS.TXT,
     DONATIONS,
+    external/*,
     jquery.js,
     jquery.min.map,
     localization*-[a-z][a-z]_[a-zA-Z][a-zA-Z].*,