зеркало из https://github.com/github/codeql.git
C#: CCyclomaticComplexity - Fix `@kind` property.
CCyclomaticComplexity is a metric query, so needs a @kind treemap instead of @kind table.
This commit is contained in:
Родитель
014c4e8579
Коммит
70abf2d58f
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* @name Cyclomatic complexity of functions
|
||||
* @description Methods with a large number of possible execution paths might be difficult to understand.
|
||||
* @kind table
|
||||
* @kind treemap
|
||||
* @treemap.warnOn highValues
|
||||
* @metricType callable
|
||||
* @metricAggregate avg max sum
|
||||
|
|
Загрузка…
Ссылка в новой задаче