From: Frantisek Sumsal Date: Sat, 16 Apr 2022 09:36:02 +0000 (+0200) Subject: Revert "lgtm: disable cpp/missing-return (again)" X-Git-Tag: v251-rc2~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50d312039eac8a5a6efe6e3b3417d2c180f7ccf1;p=thirdparty%2Fsystemd.git Revert "lgtm: disable cpp/missing-return (again)" This reverts commit 000096f4c61477f96fbd9c48b2d772c7c690d259. After a couple of manual tests LGTM finally appears to have the fix for https://github.com/github/codeql/issues/8409, so let's reenable the check for the last time. --- diff --git a/.lgtm.yml b/.lgtm.yml index 77016500d0f..86fd0e742c4 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -4,8 +4,6 @@ # Explicitly enable certain checks which are hidden by default queries: - # See: https://github.com/github/codeql/issues/8409 - - exclude: cpp/missing-return - include: cpp/bad-strncpy-size - include: cpp/declaration-hides-variable - include: cpp/inconsistent-null-check