mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[devkit & split mode] IJPL-247105 Use inspections config from the project by default, fallback to bundled if not available
If the project version is rather old, that might be inconsistent with CI, but it is better than relying on only bundled versions since project update is expected to happen more frequently than ide update (cherry picked from commit d407b312cf9adf52a0486eb640cd819573f95cbf) GitOrigin-RevId: 63697d8321dc446c84e27c64451e82b664066dd9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
08d341f0c0
commit
b13f6ee64c
@@ -165,13 +165,13 @@
|
||||
<registryKey key="devkit.split.mode.run.jps.to.bazel.in.quick.fix" defaultValue="false"
|
||||
description="Automatically run JPS to Bazel conversion after applying a fix that touches runtime/compile dependencies"/>
|
||||
|
||||
<registryKey key="devkit.split.mode.analysis.api.restrictions.source" defaultValue="[bundled*|project|project-or-bundled]"
|
||||
<registryKey key="devkit.split.mode.analysis.api.restrictions.source" defaultValue="[bundled|project|project-or-bundled*]"
|
||||
description="Source of ApiRestrictions.json5 for DevKit split-mode inspections."
|
||||
restartRequired="true"/>
|
||||
<registryKey key="devkit.split.mode.analysis.predefined.module.kinds.source" defaultValue="[bundled*|project|project-or-bundled]"
|
||||
<registryKey key="devkit.split.mode.analysis.predefined.module.kinds.source" defaultValue="[bundled|project|project-or-bundled*]"
|
||||
description="Source of PredefinedModuleKinds.json5 for DevKit split-mode inspections."
|
||||
restartRequired="true"/>
|
||||
<registryKey key="devkit.split.mode.qodana.analysis.scope.source" defaultValue="[bundled|project*|project-or-bundled]"
|
||||
<registryKey key="devkit.split.mode.qodana.analysis.scope.source" defaultValue="[bundled|project|project-or-bundled*]"
|
||||
description="Source of SplitModeQodanaAnalysisScope.json for DevKit split-mode inspections."
|
||||
restartRequired="true"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user