summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2022-03-23 12:47:23 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-03-23 22:11:24 +0900
commit4da5e99a8fd2d316995066c73c1f0ab67155432e (patch)
tree68bb1c57ec2a631140ddf90129dcf26c4b767fda
parent13a5ffa4777545ca18971bf23c6dfd12f005eef2 (diff)
downloadsystemd-4da5e99a8fd2d316995066c73c1f0ab67155432e.tar.gz
Revert "lgtm: disable cpp/missing-return"
This reverts commit 6f4bffb586dfb0ce8db4e02ccb7f076a45bca419. Should be, hopefully, fixed by https://github.com/github/codeql/issues/8409.
-rw-r--r--.lgtm.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index 7bdf42310e..86fd0e742c 100644
--- 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