lgtm: disable cpp/missing-return (again)

It looks like the fix for https://github.com/github/codeql/issues/8409
is not yet in production (and the respective query needs to be enabled
in both the main and the PR branch to get results for it, hence why it
passed in #22837).
This commit is contained in:
Frantisek Sumsal 2022-03-11 17:19:29 +09:00 committed by Luca Boccassi
parent 43a5fd98a5
commit 000096f4c6

View file

@ -4,6 +4,8 @@
# 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