[warmup] IJPL-29: Remove logger as a parameter of warm-up functions

GitOrigin-RevId: 800519edf6296100bae2944719e4662579c73796
This commit is contained in:
Konstantin Nisht
2022-12-28 15:30:36 +03:00
committed by intellij-monorepo-bot
parent d57c774ffe
commit d24fa4a039
13 changed files with 27 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.jetbrains.python.inspections
import com.intellij.ide.warmup.WarmupConfiguratorOfCLIConfigurator
import com.intellij.warmup.impl.WarmupConfiguratorOfCLIConfigurator
class PythonPluginWarmupConfigurator : WarmupConfiguratorOfCLIConfigurator(PythonPluginCommandLineInspectionProjectConfigurator())

View File

@@ -21,5 +21,6 @@
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="module" module-name="intellij.python.community.core.impl" />
<orderEntry type="module" module-name="intellij.platform.warmup" />
</component>
</module>