From 85b6a28f7db604e543312e724caa999fefc0e4e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Wed, 10 Mar 2021 18:56:53 -0800 Subject: [PATCH] doc: coding_guidelines: replace a whitelist replacement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nothing in the tree is using the "passlist" term in the "blocklist / passlist" pair. However, west is using "blocklist / allowlist" already in a released version. Recommend blocklist/allowlist instead of blocklist/passlist to avoid having to add yet another possible replacement, since nothing is using passlist right now. Note that blocklist/allowlist is in widespread use throughout many projects, including Chrome. Signed-off-by: Martí Bolívar --- doc/guides/coding_guidelines/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/coding_guidelines/index.rst b/doc/guides/coding_guidelines/index.rst index b9e51cf55b8..870aad2bdf2 100644 --- a/doc/guides/coding_guidelines/index.rst +++ b/doc/guides/coding_guidelines/index.rst @@ -865,7 +865,7 @@ governing body, or immediately if no specifications apply. * - ``blacklist / whitelist`` - * ``denylist / allowlist`` - * ``blocklist / passlist`` + * ``blocklist / allowlist`` * ``rejectlist / acceptlist`` * - ``grandfather policy``