mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
JS: Update OK-style comments to $-style
This commit is contained in:
@@ -6,8 +6,8 @@ class C extends Q {
|
||||
*/
|
||||
this.x = this.x; // OK - documentation
|
||||
|
||||
this.y = this.y; // NOT OK
|
||||
this.y = this.y; // $ Alert
|
||||
|
||||
this.arg = this.arg; // NOT OK
|
||||
this.arg = this.arg; // $ Alert
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user