C++: fix HubClasses.ql by changing its kind to 'table'

This commit is contained in:
Arthur Baars
2019-04-01 16:17:23 +02:00
parent 4b95fbbb39
commit 5eb58f3ba2

View File

@@ -2,7 +2,7 @@
* @name Hub classes
* @description Shows coupling between classes. Large, red, boxes are hub types that depend on many other classes
* and are depended on by many other classes.
* @kind treemap
* @kind table
* @id cpp/architecture/hub-classes
* @treemap.warnOn highValues
* @tags maintainability