From: Yu Watanabe Date: Fri, 11 Mar 2022 08:19:29 +0000 (+0900) Subject: lgtm: disable cpp/missing-return X-Git-Tag: v251-rc1~162^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F22711%2Fhead;p=thirdparty%2Fsystemd.git lgtm: disable cpp/missing-return As it does not handle assert_not_reahed() gracefully. --- diff --git a/.lgtm.yml b/.lgtm.yml index 86fd0e742c4..7bdf42310e2 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -4,6 +4,8 @@ # 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