mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Update code as per Apple Style Guide
whitelist -> allowlist blacklist -> denylist
This commit is contained in:
@@ -1180,7 +1180,7 @@ public:
|
||||
if (ShouldComplain &&
|
||||
ProtocolReqWhitelist.count(getParentProtocolName(D))) {
|
||||
// Ignore protocol requirement additions if the protocol has been added
|
||||
// to the whitelist.
|
||||
// to the allowlist.
|
||||
ShouldComplain = false;
|
||||
}
|
||||
if (ShouldComplain)
|
||||
|
||||
Reference in New Issue
Block a user