use inspection name from bundle

GitOrigin-RevId: eb5415071ec90aee3ead59cc792fcc460e882b25
This commit is contained in:
Bas Leijdekkers
2019-12-28 14:17:11 +01:00
committed by intellij-monorepo-bot
parent aba616804c
commit 7b5e596c1a

View File

@@ -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"