mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Exclude LibCpp&LanguageServer tests from check-newlines-at-eof.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user