summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-03-11 17:19:29 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-03-11 17:19:32 +0900
commit6f4bffb586dfb0ce8db4e02ccb7f076a45bca419 (patch)
tree0d9a7bf79cfe1efa02c298428a62fdcff2eca218
parent5535484e171414a71416a67d31842fd66da46a69 (diff)
downloadsystemd-6f4bffb586dfb0ce8db4e02ccb7f076a45bca419.tar.gz
lgtm: disable cpp/missing-return
As it does not handle assert_not_reahed() gracefully.
-rw-r--r--.lgtm.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index 86fd0e742c..7bdf42310e 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -4,6 +4,8 @@
# 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