Skip to content

Commit 70abf2d

Browse files
committed
C#: CCyclomaticComplexity - Fix @kind property.
CCyclomaticComplexity is a metric query, so needs a @kind treemap instead of @kind table.
1 parent 014c4e8 commit 70abf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Metrics/Callables/CCyclomaticComplexity.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name Cyclomatic complexity of functions
33
* @description Methods with a large number of possible execution paths might be difficult to understand.
4-
* @kind table
4+
* @kind treemap
55
* @treemap.warnOn highValues
66
* @metricType callable
77
* @metricAggregate avg max sum

0 commit comments

Comments
 (0)