mirror of
https://github.com/github/codeql.git
synced 2026-04-22 15:25:18 +02:00
patch upper-case acronyms to be PascalCase
This commit is contained in:
@@ -64,7 +64,7 @@ predicate relatedModules(NodeModule m, NodeModule n) {
|
||||
n = m.getAnImportedModule() or m = n.getAnImportedModule()
|
||||
}
|
||||
|
||||
from NodeModule m, Require r, NodeModule imported, string msg, ASTNode linktarget, string linktext
|
||||
from NodeModule m, Require r, NodeModule imported, string msg, AstNode linktarget, string linktext
|
||||
where
|
||||
r = m.getAnImport() and
|
||||
imported = r.getImportedModule() and
|
||||
|
||||
Reference in New Issue
Block a user