C#: CCyclomaticComplexity - Fix `@kind` property.

CCyclomaticComplexity is a metric query, so needs a @kind treemap
instead of @kind table.
This commit is contained in:
Luke Cartey 2018-08-21 14:42:05 +01:00
Родитель 014c4e8579
Коммит 70abf2d58f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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