]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "lgtm: disable cpp/missing-return (again)"
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 16 Apr 2022 09:36:02 +0000 (11:36 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 16 Apr 2022 10:59:29 +0000 (10:59 +0000)
This reverts commit 000096f4c61477f96fbd9c48b2d772c7c690d259.

After a couple of manual tests LGTM finally appears to have the fix for
https://github.com/github/codeql/issues/8409, so let's reenable the
check for the last time.

.lgtm.yml

index 77016500d0fcac169d1d278766b060aba83a12bd..86fd0e742c4a154eaa7ac645f913fd3eb4782216 100644 (file)
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -4,8 +4,6 @@
 
 # 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