mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
JS: Update OK-style comments to $-style
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// NOT OK
|
||||
var a, b, a = 42;
|
||||
var a, b, a = 42; // $ Alert
|
||||
|
||||
|
||||
// OK
|
||||
var x;
|
||||
var y;
|
||||
var x;
|
||||
Reference in New Issue
Block a user