JS: Remove precision atags from metric queries

This commit is contained in:
Asger Feldthaus
2021-03-25 15:12:09 +00:00
parent e3ab94fc6b
commit 1c27ca610a
14 changed files with 0 additions and 14 deletions

View File

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

View File

@@ -5,7 +5,6 @@
* @treemap.warnOn lowValues
* @metricType file
* @metricAggregate avg max
* @precision very-high
* @tags maintainability
* @id js/comment-ratio-per-file
*/

View File

@@ -5,7 +5,6 @@
* @treemap.warnOn highValues
* @metricType file
* @metricAggregate avg max
* @precision very-high
* @tags testability
* @id js/cyclomatic-complexity-per-file
*/

View File

@@ -5,7 +5,6 @@
* @treemap.warnOn highValues
* @metricType file
* @metricAggregate avg sum max
* @precision very-high
* @id js/functions-per-file
*/

View File

@@ -5,7 +5,6 @@
* @treemap.warnOn highValues
* @metricType file
* @metricAggregate avg sum max
* @precision very-high
* @id js/lines-per-file
*/

View File

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

View File

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

View File

@@ -7,7 +7,6 @@
* @treemap.warnOn highValues
* @metricType file
* @metricAggregate avg sum max
* @precision high
* @id js/duplicated-lines-in-files
* @tags testability
* duplicate-code

View File

@@ -8,7 +8,6 @@
* @treemap.warnOn highValues
* @metricType file
* @metricAggregate avg sum max
* @precision high
* @id js/similar-lines-in-files
* @tags testability
* duplicate-code

View File

@@ -5,7 +5,6 @@
* @treemap.warnOn highValues
* @metricType file
* @metricAggregate avg sum max
* @precision very-high
* @id js/statements-per-file
*/

View File

@@ -5,7 +5,6 @@
* @treemap.warnOn lowValues
* @metricType file
* @metricAggregate avg sum max
* @precision medium
* @id js/test-in-files
*/

View File

@@ -6,7 +6,6 @@
* @treemap.warnOn highValues
* @metricType file
* @metricAggregate avg sum max
* @precision very-high
* @id js/es20xx-features-per-file
*/

View File

@@ -5,7 +5,6 @@
* @treemap.warnOn highValues
* @metricType callable
* @metricAggregate avg max sum
* @precision very-high
* @tags testability
* @id js/cyclomatic-complexity-per-function
*/

View File

@@ -5,7 +5,6 @@
* @treemap.warnOn highValues
* @metricType callable
* @metricAggregate avg sum max
* @precision very-high
* @tags maintainability
* @id js/lines-of-code-per-function
*/