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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user