mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Ignore LibWeb text tests for newline-at-eof check
This commit is contained in:
committed by
Andreas Kling
parent
a640fcc693
commit
85bf1d6033
@@ -14,6 +14,8 @@ def should_check_file(filename):
|
|||||||
return False
|
return False
|
||||||
if filename.startswith('Tests/LibWeb/Layout/'):
|
if filename.startswith('Tests/LibWeb/Layout/'):
|
||||||
return False
|
return False
|
||||||
|
if filename.startswith('Tests/LibWeb/Text/'):
|
||||||
|
return False
|
||||||
if filename.endswith('.txt'):
|
if filename.endswith('.txt'):
|
||||||
return 'CMake' in filename
|
return 'CMake' in filename
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user