mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
JS: Update OK-style comments to $-style
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
var duplicate = {
|
||||
"key": "value", // NOT OK: duplicated on line 5
|
||||
"key": "value", // $ Alert - duplicated on line 5
|
||||
" key": "value",
|
||||
"1": "value", // NOT OK: duplicated on line 11
|
||||
"key": "value", // NOT OK: duplicated on next line
|
||||
'key': "value", // NOT OK: duplicated on next line
|
||||
key: "value", // NOT OK: duplicated on next line
|
||||
\u006bey: "value", // NOT OK: duplicated on next line
|
||||
"\u006bey": "value", // NOT OK: duplicated on next line
|
||||
"1": "value", // $ Alert - duplicated on line 11
|
||||
"key": "value", // $ Alert - duplicated on next line
|
||||
'key': "value", // $ Alert - duplicated on next line
|
||||
key: "value", // $ Alert - duplicated on next line
|
||||
\u006bey: "value", // $ Alert - duplicated on next line
|
||||
"\u006bey": "value", // $ Alert - duplicated on next line
|
||||
"\x6bey": "value",
|
||||
1: "value"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user