mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
JS: address comments
This commit is contained in:
@@ -99,6 +99,8 @@ async function awaitFlow(){
|
||||
}
|
||||
if (true && true) {} // NOT OK
|
||||
if (y && x) {} // NOT OK
|
||||
if (y && (x)) {} // NOT OK
|
||||
do { } while (x); // NOT OK
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user