From 89d649c48276ab0c54fddc5b4ac323d84a252238 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 21 Mar 2026 14:43:38 +0100 Subject: [PATCH] badwords-all: stop checking source code comments The code runs under different rules than documentation and these checks cause too much friction with too little gain. Leave checking of the public include files since they are almost documentation. Closes #21048 --- scripts/badwords-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/badwords-all b/scripts/badwords-all index 3face08ba1..99e1b52ff8 100755 --- a/scripts/badwords-all +++ b/scripts/badwords-all @@ -11,4 +11,4 @@ use File::Basename; chdir dirname(__FILE__) . '/..'; exit system('scripts/badwords', ('scripts/badwords.txt', - '**.md', 'projects/OS400/README.OS400', 'src', 'lib', 'include', 'docs/examples')) >> 8; + '**.md', 'projects/OS400/README.OS400', 'include', 'docs/examples')) >> 8;