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.
# 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