mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
use inspection name from bundle
GitOrigin-RevId: eb5415071ec90aee3ead59cc792fcc460e882b25
This commit is contained in:
committed by
intellij-monorepo-bot
parent
aba616804c
commit
7b5e596c1a
@@ -15,7 +15,7 @@
|
||||
implementation="com.jetbrains.commandInterface.commandLine.CommandLineReferenceContributor"/>
|
||||
<lang.elementManipulator forClass="com.jetbrains.commandInterface.commandLine.CommandLineElement"
|
||||
implementationClass="com.jetbrains.commandInterface.commandLine.CommandLineElementManipulator"/>
|
||||
<localInspection language="CommandLine" shortName="CommandLineInspection" displayName="Command-line inspection"
|
||||
<localInspection language="CommandLine" shortName="CommandLineInspection" bundle="com.jetbrains.python.PyBundle" key="commandLine.inspection.name"
|
||||
enabledByDefault="true" level="WARNING"
|
||||
groupKey="INSP.GROUP.python"
|
||||
groupBundle="com.jetbrains.python.PyBundle"
|
||||
|
||||
Reference in New Issue
Block a user