mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Meta: Exclude crash and screenshot tests from newline-at-eof requirement
This commit is contained in:
parent
4d34095b0a
commit
7c29db6ab0
|
|
@ -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/"):
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user