mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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
Notes:
sideshowbarker
2024-07-18 21:37:40 +09:00
Author: https://github.com/emanuele6 Commit: https://github.com/SerenityOS/serenity/commit/26c4cae77c3 Pull-request: https://github.com/SerenityOS/serenity/pull/5687
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…
Reference in a new issue