diff --git a/Meta/check-newlines-at-eof.py b/Meta/check-newlines-at-eof.py index 37810c47c8b..2d6897cb0b9 100755 --- a/Meta/check-newlines-at-eof.py +++ b/Meta/check-newlines-at-eof.py @@ -17,9 +17,10 @@ files = subprocess.run( "*.css", "*.sh", "*.py", + "*.json", "CMake*.txt", "**/CMake*.txt", - ":!:Base", + ":!:AK/Tests/*.json", ":!:Kernel/FileSystem/ext2_fs.h", ":!:Userland/Libraries/LibELF/exec_elf.h" ],