mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
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:
parent
6c64d39dce
commit
89d649c482
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user