Revert "lgtm: disable cpp/missing-return"

This reverts commit 6f4bffb586.

Should be, hopefully, fixed by https://github.com/github/codeql/issues/8409.
This commit is contained in:
Frantisek Sumsal 2022-03-23 12:47:23 +01:00 committed by Yu Watanabe
parent 13a5ffa477
commit 4da5e99a8f

View file

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