mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
patch upper-case acronyms to be PascalCase
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Metrics.ES20xxFeatures
|
||||
|
||||
from ASTNode nd, int version, string category
|
||||
from AstNode nd, int version, string category
|
||||
where isES20xxFeature(nd, version, category)
|
||||
select nd, version, category
|
||||
|
||||
Reference in New Issue
Block a user