diff --git a/Meta/check-newlines-at-eof.py b/Meta/check-newlines-at-eof.py index b28bdb4a213..ba2e878e024 100755 --- a/Meta/check-newlines-at-eof.py +++ b/Meta/check-newlines-at-eof.py @@ -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'):