diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2020-11-28 18:16:38 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-12-01 11:06:53 +0100 |
commit | e85aad6acc07bdf9f1dfcc72bee8b4cb2c80b1ee (patch) | |
tree | 0c793505ae017660dc09648284a78e70554863d5 /Meta/lint-ci.sh | |
parent | e1baf9ec92033e6c4a6f00db965021db6db7183d (diff) | |
download | serenity-e85aad6acc07bdf9f1dfcc72bee8b4cb2c80b1ee.zip |
Meta: Always check completeness of ALL_THE_DEBUG_MACROS
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 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 \ |