mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:24:57 +00:00
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:
parent
dd17ec180f
commit
26c4cae77c
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue