Inclusive language edit

- Small edit to remove non-inclusive language in a comment
main
Mike Chang 5 years ago committed by GitHub
parent 8950a99c6b
commit 3d88774050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -243,7 +243,7 @@ class Validator(object):
validations += 1 validations += 1
counter += 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: for name in bypassed_directories:
if name in dirnames: if name in dirnames:
dirnames.remove(name) dirnames.remove(name)

Loading…
Cancel
Save