зеркало из https://github.com/github/codeql.git
remove more upper-case variable names
This commit is contained in:
Родитель
df5178d7ee
Коммит
26099d6ab7
|
@ -12,5 +12,5 @@ import cpp
|
|||
|
||||
from Class c
|
||||
where c.fromSource()
|
||||
select c as Class, c.getMetrics().getAfferentCoupling() as afferentCoupling,
|
||||
select c as class_, c.getMetrics().getAfferentCoupling() as afferentCoupling,
|
||||
c.getMetrics().getEfferentSourceCoupling() as efferentCoupling order by afferentCoupling desc
|
||||
|
|
|
@ -119,4 +119,4 @@ predicate potentialViolation(InputBuffer source, FormatBuffer dest) {
|
|||
|
||||
from InputBuffer source, FormatBuffer dest
|
||||
where potentialViolation(source, dest)
|
||||
select dest.getFile() as File, dest as FormatString
|
||||
select dest.getFile() as file, dest as formatString
|
||||
|
|
Загрузка…
Ссылка в новой задаче