mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
fix comment that wasn't updated in test
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c8b7eccc6f
commit
724a31b746
@@ -173,5 +173,5 @@ const debug = require('debug')('test');
|
||||
console.log(myPassword); // NOT OK
|
||||
|
||||
const myPasscode = foo();
|
||||
console.log(myPasscode); // NOT OK - but not flagged
|
||||
console.log(myPasscode); // NOT OK
|
||||
});
|
||||
Reference in New Issue
Block a user