Meta: Add a script that makes sure files end in a newline.

This script checks .html, .css, .js, .cpp, .h, .gml and .sh files.

It also makes sure that there are no black lines at the end of the
files checked.
This commit is contained in:
Emanuele Torre 2021-01-03 14:05:01 +01:00 committed by Andreas Kling
commit f9f571aa7f
Notes: sideshowbarker 2024-07-19 00:10:01 +09:00
2 changed files with 43 additions and 0 deletions

View file

@ -16,6 +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-style.sh \
Meta/lint-executable-resources.sh \
Meta/lint-ipc-ids.sh \