From 64160c2a228287160e4521dabf2f18bee4eb7e97 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 18 May 2021 19:58:27 -0400 Subject: [PATCH] Silence bogus LGTM warning. --- .lgtm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.lgtm.yml b/.lgtm.yml index 626551724..16768f63a 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -2,3 +2,4 @@ queries: - exclude: cpp/integer-multiplication-cast-to-long - exclude: cpp/missing-header-guard - exclude: cpp/short-global-name + - exclude: cpp/tainted-format-string -- 2.39.2