scripts: ci: check_compliance: inclusive language fix

use allowlist terminology

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-02-17 17:58:31 +01:00 committed by Benjamin Cabé
commit f7c9200cc7

View file

@ -924,7 +924,7 @@ Missing SoC names or CONFIG_SOC vs soc.yml out of sync:
# so we extract the references from each line ourselves instead. # so we extract the references from each line ourselves instead.
# #
# The regex uses word boundaries (\b) to isolate the reference, and # The regex uses word boundaries (\b) to isolate the reference, and
# negative lookahead to automatically whitelist the following: # negative lookahead to automatically allowlist the following:
# #
# - ##, for token pasting (CONFIG_FOO_##X) # - ##, for token pasting (CONFIG_FOO_##X)
# #