mirror of
https://github.com/github/codeql.git
synced 2026-01-03 01:30:19 +01:00
patch upper-case acronyms to be PascalCase
This commit is contained in:
@@ -22,6 +22,6 @@ where
|
||||
or
|
||||
multipleToString(ssa) and problem = "SSA variable with multiple 'toString()' results for "
|
||||
) and
|
||||
n = ssa.getCFGNode() and
|
||||
n = ssa.getCfgNode() and
|
||||
v = ssa.getSourceVariable().getVariable()
|
||||
select n, problem + v
|
||||
|
||||
Reference in New Issue
Block a user