C#: Remove @precision tags from metric queries

This commit is contained in:
Tom Hvitved
2021-03-24 20:31:02 +01:00
parent b83da2255c
commit 419fbe77ab
5 changed files with 0 additions and 5 deletions

View File

@@ -5,7 +5,6 @@
* @kind treemap * @kind treemap
* @treemap.warnOn highValues * @treemap.warnOn highValues
* @metricType externalDependency * @metricType externalDependency
* @precision medium
* @id cs/external-dependencies * @id cs/external-dependencies
*/ */

View File

@@ -5,7 +5,6 @@
* @treemap.warnOn highValues * @treemap.warnOn highValues
* @metricType file * @metricType file
* @metricAggregate avg sum max * @metricAggregate avg sum max
* @precision very-high
* @id cs/lines-of-code-in-files * @id cs/lines-of-code-in-files
* @tags maintainability * @tags maintainability
* complexity * complexity

View File

@@ -5,7 +5,6 @@
* @treemap.warnOn lowValues * @treemap.warnOn lowValues
* @metricType file * @metricType file
* @metricAggregate avg sum max * @metricAggregate avg sum max
* @precision very-high
* @id cs/lines-of-comments-in-files * @id cs/lines-of-comments-in-files
* @tags maintainability * @tags maintainability
* documentation * documentation

View File

@@ -5,7 +5,6 @@
* @treemap.warnOn highValues * @treemap.warnOn highValues
* @metricType file * @metricType file
* @metricAggregate avg sum max * @metricAggregate avg sum max
* @precision high
* @id cs/lines-of-commented-out-code-in-files * @id cs/lines-of-commented-out-code-in-files
* @tags maintainability * @tags maintainability
* documentation * documentation

View File

@@ -5,7 +5,6 @@
* @treemap.warnOn highValues * @treemap.warnOn highValues
* @metricType file * @metricType file
* @metricAggregate avg sum max * @metricAggregate avg sum max
* @precision medium
* @id cs/tests-in-files * @id cs/tests-in-files
* @tags maintainability * @tags maintainability
*/ */