summaryrefslogtreecommitdiffstats
path: root/.lgtm.yml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-03-11 09:19:29 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-03-11 09:19:32 +0100
commit6f4bffb586dfb0ce8db4e02ccb7f076a45bca419 (patch)
tree0d9a7bf79cfe1efa02c298428a62fdcff2eca218 /.lgtm.yml
parentqrcode-util: use u8 literal specifier (diff)
downloadsystemd-6f4bffb586dfb0ce8db4e02ccb7f076a45bca419.tar.xz
systemd-6f4bffb586dfb0ce8db4e02ccb7f076a45bca419.zip
lgtm: disable cpp/missing-return
As it does not handle assert_not_reahed() gracefully.
Diffstat (limited to '.lgtm.yml')
-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