1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:37:45 +00:00

Meta: Rewrite pre-commit script check-emoji in python

This reduces the scripts execution time from 0.57 seconds to 0.01
seconds, while also making the check a bit tighter, leaving fewer
possible problems.
This commit is contained in:
Ben Wiederhake 2022-09-18 19:20:25 +02:00 committed by Brian Gianforcaro
parent c4895b7d95
commit 88c8ad840d
3 changed files with 62 additions and 35 deletions

View file

@ -22,7 +22,7 @@ set +e
for cmd in \
Meta/check-ak-test-files.sh \
Meta/check-debug-flags.sh \
Meta/check-emoji.sh \
Meta/check-emoji.py \
Meta/check-markdown.sh \
Meta/check-newlines-at-eof.py \
Meta/check-png-sizes.sh \