We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdbb79e + f6b1910 commit 7bf33baCopy full SHA for 7bf33ba
.github/codeql/codeql-config.yml
@@ -20,7 +20,9 @@ query-filters:
20
problem.severity:
21
- recommendation
22
- exclude:
23
- id: tob/cpp/use-of-legacy-algorithm
+ id: tob/cpp/use-of-legacy-algorithm # We use legacy algorithms in many places for integrity checks
24
+ - exclude:
25
+ id: cpp/dead-code-goto # Too many false positives in no-build mode
26
27
paths-ignore:
28
- tests/**
0 commit comments