mirror of
https://github.com/github/codeql.git
synced 2026-02-19 16:33:40 +01:00
patch upper-case acronyms to be PascalCase
This commit is contained in:
@@ -9,7 +9,7 @@ import javascript
|
||||
* `e` and checks its value for truthiness, and the return value of `e`
|
||||
* is not used for anything other than this truthiness check.
|
||||
*/
|
||||
predicate isExplicitConditional(ASTNode cond, Expr e) {
|
||||
predicate isExplicitConditional(AstNode cond, Expr e) {
|
||||
e = cond.(IfStmt).getCondition()
|
||||
or
|
||||
e = cond.(LoopStmt).getTest()
|
||||
|
||||
Reference in New Issue
Block a user