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
Notes: sideshowbarker 2024-07-16 23:05:02 +09:00

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'):