summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2022-04-16 11:36:02 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-04-16 10:59:29 +0000
commit50d312039eac8a5a6efe6e3b3417d2c180f7ccf1 (patch)
tree37c269efc45a403ca8dbc520fb0d602404e9917b
parent747bee2662fb611b34c3c594466338c4827b9777 (diff)
downloadsystemd-50d312039eac8a5a6efe6e3b3417d2c180f7ccf1.tar.gz
Revert "lgtm: disable cpp/missing-return (again)"
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.
-rw-r--r--.lgtm.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index 77016500d0..86fd0e742c 100644
--- 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