From efea45f19c506dd562ca1192ae7c1478f6063929 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 8 Dec 2021 11:41:07 +0100 Subject: [PATCH] ci: ignore FIXME alerts in the CodeQL Action We already track them in LGTM and it unnecessarily clutters the Security page. --- .github/codeql-custom.qls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/codeql-custom.qls b/.github/codeql-custom.qls index c5b842cc1ce..28a22d3aabf 100644 --- a/.github/codeql-custom.qls +++ b/.github/codeql-custom.qls @@ -31,3 +31,6 @@ - "security" - "correctness" severity: "error" +- exclude: + id: + - cpp/fixme-comment -- 2.47.3