summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2022-03-11 17:19:29 +0900
committerLuca Boccassi <luca.boccassi@gmail.com>2022-03-23 16:40:33 +0000
commit000096f4c61477f96fbd9c48b2d772c7c690d259 (patch)
tree7f34d0b3ed251ac32c1a394f677533cce6f1ce2e
parent43a5fd98a5d6a8e40a21dc00a9fe4006a32cb30f (diff)
downloadsystemd-000096f4c61477f96fbd9c48b2d772c7c690d259.tar.gz
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).
-rw-r--r--.lgtm.yml2
1 files changed, 2 insertions, 0 deletions
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