Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:79add3af042beeb69772ffebbc07bdb765684ad1
Author...:Collin Funk
Committer:Reuben Thomas
Date.....:Sun May 18 11:06:25 2025 -0700
Parents..:2fb0291e74e135543ed8e5b79065c0869807fd8e

Message
maint: fix sc_codespell failure

* cfg.mk (codespell_ignore_words_list): Ignore some man syntax and
"debugs" that codespell does not understand.
(codespell_ignore_words_list): Don't check THANKS and files in contrib/
for typos.

Changes
diff --git a/cfg.mk b/cfg.mk
line changes: +6/-0
index 8e8778f..5524166
--- a/cfg.mk
+++ b/cfg.mk
@@ -29,3 +29,9 @@ old_NEWS_hash := 581402d29da29110c15fddec73e357cf
 update-copyright-env = \
   UPDATE_COPYRIGHT_FORCE=1 \
   UPDATE_COPYRIGHT_USE_INTERVALS=2
+
+# Some words/syntax that 'codespell' doesn't understand.
+codespell_ignore_words_list = debbugs,UE
+
+# We don't run 'codespell' on these files.
+exclude_file_name_regexp--sc_codespell =  ^(THANKS|contrib/.*\.txt)$$

This website is licensed under AGPL-3.0. Feel free to copy!