mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
rename more acronyms
This commit is contained in:
@@ -21,11 +21,11 @@ predicate config(string key, string val, Locatable valElement) {
|
||||
val = valElement.(JsonString).getValue()
|
||||
)
|
||||
or
|
||||
exists(YAMLMapping m, YAMLString keyElement |
|
||||
exists(YamlMapping m, YamlString keyElement |
|
||||
m.maps(keyElement, valElement) and
|
||||
key = keyElement.getValue() and
|
||||
(
|
||||
val = valElement.(YAMLString).getValue()
|
||||
val = valElement.(YamlString).getValue()
|
||||
or
|
||||
valElement.toString() = "" and
|
||||
val = ""
|
||||
|
||||
Reference in New Issue
Block a user