Meta: Exclude LibCpp&LanguageServer tests from check-newlines-at-eof.py

This commit is contained in:
Itamar 2021-05-22 12:30:33 +03:00 committed by Andreas Kling
parent c003c3c76d
commit b9021f8631

View file

@ -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