doc: coding_guidelines: replace a whitelist replacement
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 <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
56ea0e51f4
commit
85b6a28f7d
1 changed files with 1 additions and 1 deletions
|
@ -865,7 +865,7 @@ governing body, or immediately if no specifications apply.
|
|||
|
||||
* - ``blacklist / whitelist``
|
||||
- * ``denylist / allowlist``
|
||||
* ``blocklist / passlist``
|
||||
* ``blocklist / allowlist``
|
||||
* ``rejectlist / acceptlist``
|
||||
|
||||
* - ``grandfather policy``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue