From: Frantisek Sumsal Date: Wed, 23 Mar 2022 11:47:23 +0000 (+0100) Subject: Revert "lgtm: disable cpp/missing-return" X-Git-Tag: v251-rc1~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4da5e99a8fd2d316995066c73c1f0ab67155432e;p=thirdparty%2Fsystemd.git Revert "lgtm: disable cpp/missing-return" This reverts commit 6f4bffb586dfb0ce8db4e02ccb7f076a45bca419. Should be, hopefully, fixed by https://github.com/github/codeql/issues/8409. --- diff --git a/.lgtm.yml b/.lgtm.yml index 7bdf42310e2..86fd0e742c4 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -4,8 +4,6 @@ # Explicitly enable certain checks which are hidden by default queries: - - exclude: cpp/missing-return - # LGTM does not handle assert_not_reached() gracefully... - include: cpp/bad-strncpy-size - include: cpp/declaration-hides-variable - include: cpp/inconsistent-null-check