summaryrefslogtreecommitdiff
path: root/Meta/lint-ci.sh
diff options
context:
space:
mode:
authorEmanuele Torre <torreemanuele6@gmail.com>2021-01-03 19:31:44 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-03 23:58:54 +0100
commit6abba493b2988f4df8d799b4dd8aff7d30483b83 (patch)
tree175996e98ffbc96959714152e474bd8abc1a34d1 /Meta/lint-ci.sh
parent7dc52e04fe86c1849c860c3981c377e553bbc31c (diff)
downloadserenity-6abba493b2988f4df8d799b4dd8aff7d30483b83.zip
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.
Diffstat (limited to 'Meta/lint-ci.sh')
-rwxr-xr-xMeta/lint-ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/lint-ci.sh b/Meta/lint-ci.sh
index 724bcc0f15..68d379d51c 100755
--- a/Meta/lint-ci.sh
+++ b/Meta/lint-ci.sh
@@ -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 \