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