diff --git a/.lgtm.yml b/.lgtm.yml index c8eb0d6287f91..79d6def564c91 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -1,4 +1,6 @@ # Disable FIXME query, in DDA it is as likely to be a future feature as a bug. +# Disable "potentially dangerous function" warning like localtime, there is no good alternative and we aren't multithreaded. queries: - exclude: cpp/fixme-comment + - exclude: cpp/potentially-dangerous-function