diff --git a/Meta/check-newlines-at-eof.py b/Meta/check-newlines-at-eof.py index df84261610..a7ad1f0321 100755 --- a/Meta/check-newlines-at-eof.py +++ b/Meta/check-newlines-at-eof.py @@ -21,7 +21,9 @@ def run(): "*.json", "CMake*.txt", "**/CMake*.txt", - ":!:Kernel/FileSystem/ext2_fs.h" + ":!:Kernel/FileSystem/ext2_fs.h", + ':!:Userland/DevTools/HackStudio/LanguageServers/Cpp/Tests/*', + ':!:Userland/Libraries/LibCpp/Tests/*' ], check=True, capture_output=True