diff options
author | Emanuele Torre <torreemanuele6@gmail.com> | 2021-01-03 14:05:01 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-03 17:12:50 +0100 |
commit | f9f571aa7f4aba696d70db77781ad6ec4f1a1f44 (patch) | |
tree | 2bb034026a1db6e563ee2cb8d86c27f6a3926184 /Meta/lint-ci.sh | |
parent | c49899b0b64abf1a9cc7e79751fe500fbf5b9ab4 (diff) | |
download | serenity-f9f571aa7f4aba696d70db77781ad6ec4f1a1f44.zip |
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.
Diffstat (limited to 'Meta/lint-ci.sh')
-rwxr-xr-x | Meta/lint-ci.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/lint-ci.sh b/Meta/lint-ci.sh index 746b1365a3..724bcc0f15 100755 --- a/Meta/lint-ci.sh +++ b/Meta/lint-ci.sh @@ -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 \ |