From 4da5e99a8fd2d316995066c73c1f0ab67155432e Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 23 Mar 2022 12:47:23 +0100 Subject: [PATCH] Revert "lgtm: disable cpp/missing-return" This reverts commit 6f4bffb586dfb0ce8db4e02ccb7f076a45bca419. Should be, hopefully, fixed by https://github.com/github/codeql/issues/8409. --- .lgtm.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.lgtm.yml b/.lgtm.yml index 7bdf42310e..86fd0e742c 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 -- 2.25.1