mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
remove more upper-case variable names
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,
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user