From 1162e71a5c7f607fd027f8e095f68f083ac3fcf5 Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Fri, 7 May 2021 03:57:22 -0700 Subject: [PATCH] Meta: Remove AK/Tests from check-newlines-at-eof.py The json file was removed a while back, and now AK/Tests has been moved to Tests/AK. So this is wrong and out of date in every way. --- Meta/check-newlines-at-eof.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Meta/check-newlines-at-eof.py b/Meta/check-newlines-at-eof.py index ba40c90d12c..df842616109 100755 --- a/Meta/check-newlines-at-eof.py +++ b/Meta/check-newlines-at-eof.py @@ -21,7 +21,6 @@ def run(): "*.json", "CMake*.txt", "**/CMake*.txt", - ":!:AK/Tests/*.json", ":!:Kernel/FileSystem/ext2_fs.h" ], check=True,