]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "lgtm: disable cpp/missing-return"
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 23 Mar 2022 11:47:23 +0000 (12:47 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 23 Mar 2022 13:11:24 +0000 (22:11 +0900)
This reverts commit 6f4bffb586dfb0ce8db4e02ccb7f076a45bca419.

Should be, hopefully, fixed by https://github.com/github/codeql/issues/8409.

.lgtm.yml

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