diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-04-16 11:36:02 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-04-16 12:59:29 +0200 |
commit | 50d312039eac8a5a6efe6e3b3417d2c180f7ccf1 (patch) | |
tree | 37c269efc45a403ca8dbc520fb0d602404e9917b /.lgtm.yml | |
parent | Merge pull request #23089 from yuwata/sd-device-use-path_extract_filename (diff) | |
download | systemd-50d312039eac8a5a6efe6e3b3417d2c180f7ccf1.tar.xz systemd-50d312039eac8a5a6efe6e3b3417d2c180f7ccf1.zip |
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.
Diffstat (limited to '.lgtm.yml')
-rw-r--r-- | .lgtm.yml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |