[openssl/openssl] 42230f: Convert check-format-commits.sh to use allowlist
Neil Horman
noreply at github.com
Sat Jul 13 16:34:56 UTC 2024
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 42230f294ae97cbd50052038499e091d0060ba8e
https://github.com/openssl/openssl/commit/42230f294ae97cbd50052038499e091d0060ba8e
Author: Neil Horman <nhorman at openssl.org>
Date: 2024-07-13 (Sat, 13 Jul 2024)
Changed paths:
M util/check-format-commit.sh
Log Message:
-----------
Convert check-format-commits.sh to use allowlist
Initially check-format-commits.sh tried to check everything, using a
banlist to exlude files not appropriate for checking.
Its becoming clear that that approach isn't workable, given that the
number of files that we should not check far outweighs the number of
files that we should check.
Ideally we should be checking .c files, .h files and their .in
counterparts, everything else should be excluded (at least for now)
convert the script to using an allowlist, only checking the above list,
and ignoring everything else
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/24865)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
More information about the openssl-commits
mailing list