summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2021-12-08 11:41:07 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2021-12-08 12:42:28 +0000
commitefea45f19c506dd562ca1192ae7c1478f6063929 (patch)
tree67eb5d5de2fcb6db5af7252629ff19fa9c78b77a
parentbb916f350a090bf10a8e71ea26147d4071300d2a (diff)
downloadsystemd-efea45f19c506dd562ca1192ae7c1478f6063929.tar.gz
ci: ignore FIXME alerts in the CodeQL Action
We already track them in LGTM and it unnecessarily clutters the Security page.
-rw-r--r--.github/codeql-custom.qls3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/codeql-custom.qls b/.github/codeql-custom.qls
index c5b842cc1c..28a22d3aab 100644
--- a/.github/codeql-custom.qls
+++ b/.github/codeql-custom.qls
@@ -31,3 +31,6 @@
- "security"
- "correctness"
severity: "error"
+- exclude:
+ id:
+ - cpp/fixme-comment