From: Frantisek Sumsal Date: Fri, 11 Mar 2022 08:19:29 +0000 (+0900) Subject: lgtm: disable cpp/missing-return (again) X-Git-Tag: v251-rc1~56 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=000096f4c61477f96fbd9c48b2d772c7c690d259;p=systemd%2F.git lgtm: disable cpp/missing-return (again) It looks like the fix for https://github.com/github/codeql/issues/8409 is not yet in production (and the respective query needs to be enabled in both the main and the PR branch to get results for it, hence why it passed in #22837). --- diff --git a/.lgtm.yml b/.lgtm.yml index 86fd0e742c..77016500d0 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -4,6 +4,8 @@ # 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