mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge pull request #8881 from github/nickrolfe/graph_ordering_typo
This commit is contained in:
@@ -24,8 +24,8 @@ query predicate nodes(Module node, string key, string value) {
|
||||
}
|
||||
|
||||
query predicate edges(Module source, Module target, string key, string value) {
|
||||
key = "semmle.value" and
|
||||
value = "superclass" and
|
||||
key = "semmle.label" and
|
||||
value = "" and
|
||||
target = source.getSuperClass()
|
||||
or
|
||||
key = "semmle.order" and
|
||||
|
||||
Reference in New Issue
Block a user