Meta: check-newlines-at-eof.py now checks .json files and files in Base/

This makes it also check man pages and keymap files. :^)
This commit is contained in:
Emanuele Torre 2021-03-08 00:24:05 +01:00 committed by Andreas Kling
parent dd17ec180f
commit 26c4cae77c
Notes: sideshowbarker 2024-07-18 21:37:40 +09:00

View File

@ -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"
],