Cleanup before merge
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -68,6 +68,8 @@ def is_excluded(file):
|
||||
for path_exclusion in PATH_EXCLUSIONS:
|
||||
if fnmatch.fnmatch(file, path_exclusion):
|
||||
return True
|
||||
if '\\Template\\' in normalized_file:
|
||||
return True
|
||||
with open(file, 'r') as file:
|
||||
contents = file.read()
|
||||
for exclusion_term in EXCLUSIONS:
|
||||
|
||||
Reference in New Issue
Block a user