mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
upper-case variable names are deprecated
This commit is contained in:
@@ -12,5 +12,5 @@ import cpp
|
||||
|
||||
from Class c
|
||||
where c.fromSource()
|
||||
select c as Class, c.getMetrics().getAfferentCoupling() as AfferentCoupling,
|
||||
c.getMetrics().getEfferentSourceCoupling() as EfferentCoupling order by AfferentCoupling desc
|
||||
select c as Class, c.getMetrics().getAfferentCoupling() as afferentCoupling,
|
||||
c.getMetrics().getEfferentSourceCoupling() as efferentCoupling order by afferentCoupling desc
|
||||
|
||||
Reference in New Issue
Block a user