From: Frantisek Sumsal Date: Wed, 8 Dec 2021 10:41:07 +0000 (+0100) Subject: ci: ignore FIXME alerts in the CodeQL Action X-Git-Tag: v250-rc1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efea45f19c506dd562ca1192ae7c1478f6063929;p=thirdparty%2Fsystemd.git ci: ignore FIXME alerts in the CodeQL Action We already track them in LGTM and it unnecessarily clutters the Security page. --- 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