mirror of
https://github.com/github/codeql.git
synced 2026-02-20 00:43:44 +01:00
patch upper-case acronyms to be PascalCase
This commit is contained in:
@@ -10,7 +10,7 @@ import java
|
||||
import ExternalAPI
|
||||
import semmle.code.java.GeneratedFiles
|
||||
|
||||
from ExternalAPI api, int usages
|
||||
from ExternalApi api, int usages
|
||||
where
|
||||
not api.isUninteresting() and
|
||||
api.hasSummary() and
|
||||
|
||||
Reference in New Issue
Block a user