mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 17:16:04 +00:00
Meta: Rewrite the check-newlines-at-eof script in python
The bash version takes around 15 seconds to run; that is way too slow. This python3 version should take less than one second to run. :^) Also, the script will now also check .py files and .txt CMake files.
This commit is contained in:
parent
7dc52e04fe
commit
6abba493b2
Notes:
sideshowbarker
2024-07-19 00:08:07 +09:00
Author: https://github.com/emanuele6
Commit: 6abba493b2
Pull-request: https://github.com/SerenityOS/serenity/pull/4771
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/linusg ✅
3 changed files with 63 additions and 43 deletions
|
@ -16,7 +16,7 @@ set +e
|
|||
for cmd in \
|
||||
Meta/check-ak-test-files.sh \
|
||||
Meta/check-debug-flags.sh \
|
||||
Meta/check-newlines-at-eof.sh \
|
||||
Meta/check-newlines-at-eof.py \
|
||||
Meta/check-style.sh \
|
||||
Meta/lint-executable-resources.sh \
|
||||
Meta/lint-ipc-ids.sh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue