]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
lgtm: disable cpp/missing-return (again)
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 11 Mar 2022 08:19:29 +0000 (17:19 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 23 Mar 2022 16:40:33 +0000 (16:40 +0000)
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

index 86fd0e742c4a154eaa7ac645f913fd3eb4782216..77016500d0fcac169d1d278766b060aba83a12bd 100644 (file)
--- 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