From b9021f8631b84d53ac83d4b59f8c0ef8e724eeb8 Mon Sep 17 00:00:00 2001 From: Itamar Date: Sat, 22 May 2021 12:30:33 +0300 Subject: [PATCH] Meta: Exclude LibCpp&LanguageServer tests from check-newlines-at-eof.py --- Meta/check-newlines-at-eof.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Meta/check-newlines-at-eof.py b/Meta/check-newlines-at-eof.py index df842616109..a7ad1f03212 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