Skip to content

Commit 8a3794b

Browse files
committed
[C#] Filter out complex block warning in CodeQL
1 parent 73ab905 commit 8a3794b

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
@@ -12,7 +12,9 @@ query-filters:
1212
id: java/uncaught-number-format-exception
1313
- exclude:
1414
id: cs/useless-assignment-to-local
15+
- exclude:
16+
id: cs/complex-block
1517
- exclude:
1618
id: cpp/trivial-switch
1719
- exclude:
18-
id: cpp/poorly-documented-function
20+
id: cpp/poorly-documented-function

0 commit comments

Comments
 (0)