ci: ignore FIXME alerts in the CodeQL Action

We already track them in LGTM and it unnecessarily clutters the Security
page.
This commit is contained in:
Frantisek Sumsal 2021-12-08 11:41:07 +01:00
parent bb916f350a
commit efea45f19c

View file

@ -31,3 +31,6 @@
- "security"
- "correctness"
severity: "error"
- exclude:
id:
- cpp/fixme-comment