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
This commit is contained in:
Daniel Stenberg 2026-03-21 14:43:38 +01:00
parent 6c64d39dce
commit 89d649c482
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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;