From 000096f4c61477f96fbd9c48b2d772c7c690d259 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 11 Mar 2022 17:19:29 +0900 Subject: [PATCH] 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). --- .lgtm.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.lgtm.yml b/.lgtm.yml index 86fd0e742c4..77016500d0f 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