move call JdkAuto to InspectionConfiguration step

GitOrigin-RevId: 814955cf64bf2bba14c7f3fcf5c6aa534a0a7af3
This commit is contained in:
alexey.afanasiev
2020-04-17 00:51:28 +03:00
committed by intellij-monorepo-bot
parent f517c8a50b
commit 8bd7dcca66
11 changed files with 102 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.jetbrains.python.inspections;
import com.intellij.analysis.AnalysisScope;
import com.intellij.codeInspection.CommandLineInspectionProgressReporter;
import com.intellij.codeInspection.CommandLineInspectionProjectConfigurator;
import com.intellij.ide.CommandLineInspectionProgressReporter;
import com.intellij.ide.CommandLineInspectionProjectConfigurator;
import com.intellij.facet.FacetManager;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.fileTypes.FileTypeRegistry;