mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
JS: Update OK-style comments to $-style
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
alert("hi!"); // NOT OK
|
||||
x.alert("hi!"); // OK
|
||||
new alert(); // OK
|
||||
function alert() { } // OK
|
||||
alert("hi!"); // $ Alert
|
||||
x.alert("hi!");
|
||||
new alert();
|
||||
function alert() { }
|
||||
|
||||
Reference in New Issue
Block a user