C++: Fix query metadata warnings.

This commit is contained in:
Cornelius Riemenschneider
2021-03-24 17:55:25 +01:00
parent d3485cac34
commit 47530d7526
10 changed files with 4 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,6 @@
/**
* @name Defect from external data
* @id cpp/external/tests/defects-from-external-data
* @description Insert description here...
* @kind problem
* @problem.severity warning

View File

@@ -3,6 +3,7 @@
* @description Use this filter to return results only if they are
* located in files that are maintained manually.
* @kind problem
* @problem.severity recommendation
* @id cpp/autogenerated-filter
* @tags filter
*/

View File

@@ -4,6 +4,7 @@
* @description Use this filter to return results only if they are
* located in files for which we have source code.
* @kind problem
* @problem.severity recommendation
* @id cpp/from-source-filter
* @tags filter
*/

View File

@@ -4,6 +4,7 @@
* macro expansion whose location spans all the lines of
* the result's location.
* @kind problem
* @problem.severity recommendation
* @id cpp/macros-filter
* @tags filter
*/