1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:54:58 +00:00

Meta: Don't check for newlines at EOF in Tests/LibWeb/Layout/

This commit is contained in:
Andreas Kling 2023-03-11 13:05:35 +01:00
parent f3556f239e
commit af8d5207f6

View file

@ -18,6 +18,8 @@ def should_check_file(filename):
return False
if filename.startswith('Userland/Libraries/LibCpp/Tests/preprocessor/'):
return False
if filename.startswith('Tests/LibWeb/Layout/'):
return False
if filename == 'Kernel/FileSystem/Ext2FS/Definitions.h':
return False
if filename.endswith('.txt'):