mirror of
https://github.com/github/codeql.git
synced 2026-01-10 21:20:22 +01:00
patch upper-case acronyms to be PascalCase
This commit is contained in:
@@ -11,7 +11,7 @@ import definitions
|
||||
|
||||
external string selectedSourceFile();
|
||||
|
||||
from Locatable e, ASTNode def, string kind
|
||||
from Locatable e, AstNode def, string kind
|
||||
where
|
||||
def = definitionOf(e, kind) and def.getFile() = getFileBySourceArchiveName(selectedSourceFile())
|
||||
select e, def, kind
|
||||
|
||||
Reference in New Issue
Block a user