mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
patch upper-case acronyms to be PascalCase
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import semmle.javascript.JSON
|
||||
|
||||
from JSONObject obj, string prop, JSONValue val, string strval
|
||||
from JsonObject obj, string prop, JsonValue val, string strval
|
||||
where
|
||||
val = obj.getPropValue(prop) and
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user