(unknown)

Ileana Dumitrescu <[email protected]> Thu, 7 Aug 2025 15:03:28 -0400 (EDT)
Newsgroups gmane.comp.gnu.libtool.cvs
Message-ID <[email protected]>
branch: master
commit d6ea50ce1e39204e48e036abd08784525930a294
Author: Ileana Dumitrescu <[email protected]>
AuthorDate: Wed Aug 6 17:11:13 2025 +0300

    cfg.mk: Ignore sc_codespell checks
---
 cfg.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cfg.mk b/cfg.mk
index 96ea54fd..dbffbaf6 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -57,7 +57,8 @@ local-checks-to-skip =				\
 	sc_prohibit_always_true_header_tests	\
 	sc_prohibit_strncpy			\
 	sc_trailing_blank			\
-	sc_unmarked_diagnostics
+	sc_unmarked_diagnostics			\
+	sc_codespell
 
 # GPL_version: checks for GPLv3, which we don't use
 # cast_of_x_alloc_return_value: