mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
debt - improve ipc validation code
This commit is contained in:
@@ -191,6 +191,9 @@ const RULES = [
|
||||
'Event',
|
||||
'Request'
|
||||
],
|
||||
disallowedTypes: [
|
||||
'ipcMain' // not allowed, use validatedIpcMain instead
|
||||
],
|
||||
disallowedDefinitions: [
|
||||
'lib.dom.d.ts' // no DOM
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user