mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
JS: Update OK-style comments to $-style
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
* @externs
|
||||
*/
|
||||
|
||||
// NOT OK
|
||||
var iAmUnused;
|
||||
var iAmUnused; // $ Alert
|
||||
|
||||
// OK: used as a type
|
||||
// OK - used as a type
|
||||
/**
|
||||
* @typedef string
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user