Inclusive language edit

- Small edit to remove non-inclusive language in a comment
This commit is contained in:
Mike Chang
2021-05-25 12:59:24 -07:00
committed by GitHub
parent 8950a99c6b
commit 3d88774050
+1 -1
View File
@@ -243,7 +243,7 @@ class Validator(object):
validations += 1
counter += 1
# Trim out whitelisted subdirectories in the current directory if allowed
# Trim out allowlisted subdirectories in the current directory if allowed
for name in bypassed_directories:
if name in dirnames:
dirnames.remove(name)