Meta: Exclude LibCpp&LanguageServer tests from check-newlines-at-eof.py
This commit is contained in:
parent
c003c3c76d
commit
b9021f8631
Notes:
sideshowbarker
2024-07-19 01:59:31 +09:00
Author: https://github.com/itamar8910 Commit: https://github.com/SerenityOS/serenity/commit/b9021f8631b Pull-request: https://github.com/SerenityOS/serenity/pull/7383 Reviewed-by: https://github.com/gunnarbeutner
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue