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.
1 parent 7bfd451 commit f6b1910Copy full SHA for f6b1910
.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