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:
@@ -17,9 +17,9 @@ var accessors = {
|
||||
};
|
||||
|
||||
var clobbering = {
|
||||
x: 23, // NOT OK: clobbered by `x: 56`
|
||||
y: "hello", // NOT OK: clobbered by `"y": "world"`
|
||||
x: 42, // NOT OK: clobbered by `x: 56`
|
||||
x: 23, // $ Alert - clobbered by `x: 56`
|
||||
y: "hello", // $ Alert - clobbered by `"y": "world"`
|
||||
x: 42, // $ Alert - clobbered by `x: 56`
|
||||
x: 56,
|
||||
"y": "world"
|
||||
}
|
||||
Reference in New Issue
Block a user