1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-21 13:58:00 +03:00

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.
This commit is contained in:
Frantisek Sumsal 2022-04-16 11:36:02 +02:00
parent 747bee2662
commit 50d312039e

View File

@ -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