mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Meta: Ignore LibWeb text tests for newline-at-eof check
This commit is contained in:
parent
a640fcc693
commit
85bf1d6033
Notes:
github-actions[bot]
2024-10-27 12:34:36 +00:00
Author: https://github.com/awesomekling Commit: https://github.com/LadybirdBrowser/ladybird/commit/85bf1d6033c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1997
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue