Skip to content

Commit f6b1910

Browse files
committed
fix(codeql): Remove rule causing false positives
1 parent 7bfd451 commit f6b1910

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/codeql/codeql-config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ query-filters:
2020
problem.severity:
2121
- recommendation
2222
- exclude:
23-
id: tob/cpp/use-of-legacy-algorithm
23+
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
2426

2527
paths-ignore:
2628
- tests/**

0 commit comments

Comments
 (0)