mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00:00
Meta: Exclude crash and screenshot tests from newline-at-eof requirement
This commit is contained in:
@@ -11,10 +11,14 @@ RE_RELEVANT_FILE_EXTENSION = re.compile("\\.(cpp|h|mm|swift|gml|html|js|css|sh|p
|
||||
def should_check_file(filename):
|
||||
if not RE_RELEVANT_FILE_EXTENSION.search(filename):
|
||||
return False
|
||||
if filename.startswith("Tests/LibWeb/Crash/"):
|
||||
return False
|
||||
if filename.startswith("Tests/LibWeb/Layout/"):
|
||||
return False
|
||||
if filename.startswith("Tests/LibWeb/Ref/"):
|
||||
return False
|
||||
if filename.startswith("Tests/LibWeb/Screenshot/"):
|
||||
return False
|
||||
if filename.startswith("Tests/LibWeb/Text/"):
|
||||
return False
|
||||
if filename.startswith("Meta/CMake/vcpkg/overlay-ports/"):
|
||||
|
||||
Reference in New Issue
Block a user