From f7c9200cc78ca1b3d098ef355d8cc3fe0a27fab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Mon, 17 Feb 2025 17:58:31 +0100 Subject: [PATCH] scripts: ci: check_compliance: inclusive language fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit use allowlist terminology Signed-off-by: Benjamin Cabé --- scripts/ci/check_compliance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/check_compliance.py b/scripts/ci/check_compliance.py index 34073348ff9..0d670792b80 100755 --- a/scripts/ci/check_compliance.py +++ b/scripts/ci/check_compliance.py @@ -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. # # 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) #