]> git.ipfire.org Git - thirdparty/openssl.git/commit
util/find-doc-nits: do not check files in submodules in check_env_vars
authorEugene Syromiatnikov <esyr@openssl.org>
Fri, 29 Aug 2025 07:11:23 +0000 (09:11 +0200)
committerNeil Horman <nhorman@openssl.org>
Tue, 9 Sep 2025 13:47:11 +0000 (09:47 -0400)
commit876188d8a308babf1d24f27f5a838bca044d1d32
tree366285aac17624cb1e1933821ae3394871a361e2
parent2c0c9c83b292fdba001d968a8219db4083294003
util/find-doc-nits: do not check files in submodules in check_env_vars

The reports about undocumented environment variables coming from files
in submodules are superfluous;  get the list of directories
from .gitmodules and exclude them from processing.

Resolves: https://github.com/openssl/openssl/issues/28109
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28378)
util/find-doc-nits