mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
patch upper-case acronyms to be PascalCase
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
|
||||
import definitions
|
||||
|
||||
from Locatable e, ASTNode def, string kind
|
||||
from Locatable e, AstNode def, string kind
|
||||
where def = definitionOf(e, kind)
|
||||
select e, def, kind
|
||||
|
||||
Reference in New Issue
Block a user