Addressed issue #96; Refactoring whitelist into allowlist
2 unresolved threads
2 unresolved threads
#96 (closed): Just refactored whitelist into allowlist to get a look at the code.
Merge request reports
Activity
220 220 for file_to_omit in self.files_to_omit: 221 221 if file_to_omit.search(fname): 222 222 matches = map(lambda r: r.search(fname), self.files_to_keep) 223 if any(matches): # the file is whitelisted 223 if any(matches): # the file is on the allowlist assigned to @jvoisin
mentioned in merge request !35 (merged)
Please register or sign in to reply