summaryrefslogtreecommitdiff
path: root/Meta/lint-ci.sh
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-11-28 18:16:38 +0100
committerAndreas Kling <kling@serenityos.org>2020-12-01 11:06:53 +0100
commite85aad6acc07bdf9f1dfcc72bee8b4cb2c80b1ee (patch)
tree0c793505ae017660dc09648284a78e70554863d5 /Meta/lint-ci.sh
parente1baf9ec92033e6c4a6f00db965021db6db7183d (diff)
downloadserenity-e85aad6acc07bdf9f1dfcc72bee8b4cb2c80b1ee.zip
Meta: Always check completeness of ALL_THE_DEBUG_MACROS
Diffstat (limited to 'Meta/lint-ci.sh')
-rwxr-xr-xMeta/lint-ci.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/lint-ci.sh b/Meta/lint-ci.sh
index b5b3887515..8b2cb76756 100755
--- a/Meta/lint-ci.sh
+++ b/Meta/lint-ci.sh
@@ -6,6 +6,7 @@ script_path=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
cd "${script_path}/.." || exit 1
for cmd in \
+ Meta/check-debug-flags.sh \
Meta/check-style.sh \
Meta/lint-executable-resources.sh \
Meta/lint-ipc-ids.sh \