diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-03-11 09:19:29 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-03-11 09:19:32 +0100 |
commit | 6f4bffb586dfb0ce8db4e02ccb7f076a45bca419 (patch) | |
tree | 0d9a7bf79cfe1efa02c298428a62fdcff2eca218 /.lgtm.yml | |
parent | qrcode-util: use u8 literal specifier (diff) | |
download | systemd-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.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |