in frontend/src/main/kotlin/org.jetbrains.intellij/ProxyRunner.kt [49:53]
fun run(parameters: IdeaRunnerParameters<FileInfoRunnerParameters<InspectionsRunnerParameters>>): RunnerOutcome {
connection.write(Connection.Type.MasterOut.COMMAND, Command.RUN.toString())
connection.write(Connection.Type.MasterOut.VALUE, parameters.toJson())
return waitOutcome()
}