mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Python: Autoformat all .ql files.
This commit is contained in:
@@ -3,14 +3,12 @@
|
||||
* @description Lack of cohesion in the methods of a class, as defined by Chidamber and Kemerer.
|
||||
* @kind treemap
|
||||
* @id py/lack-of-cohesion-chidamber-kemerer
|
||||
* @treemap.warnOn highValues
|
||||
* @treemap.warnOn highValues
|
||||
* @metricType reftype
|
||||
* @metricAggregate avg max
|
||||
*/
|
||||
|
||||
import python
|
||||
|
||||
|
||||
from ClassMetrics cls
|
||||
select cls, cls.getLackOfCohesionCK() as n
|
||||
order by n desc
|
||||
select cls, cls.getLackOfCohesionCK() as n order by n desc
|
||||
|
||||
Reference in New Issue
Block a user