mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
JS: Remove alert marker that's reported on another line
We had two 'NOT OK' comments for the same alert. The alert appears on the 'pref' object above.
This commit is contained in:
@@ -26,7 +26,7 @@ function test() {
|
||||
sandbox: true
|
||||
}; // $ Alert
|
||||
|
||||
var options_2 = { // $ Alert - implicitly enabled
|
||||
var options_2 = {
|
||||
webPreferences: pref,
|
||||
show: true,
|
||||
frame: true,
|
||||
|
||||
Reference in New Issue
Block a user