mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
WrongPropertyKeyValueDelimiterInspection becomes cleanup inspection
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
/**
|
||||
* @author Dmitry Batkovich
|
||||
*/
|
||||
public class WrongPropertyKeyValueDelimiterInspection extends PropertySuppressableInspectionBase {
|
||||
public class WrongPropertyKeyValueDelimiterInspection extends PropertySuppressableInspectionBase implements CleanupLocalInspectionTool {
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
implementationClass="com.intellij.codeInspection.unsorted.AlphaUnsortedPropertiesFileInspection"/>
|
||||
<localInspection language="Properties" shortName="WrongPropertyKeyValueDelimiter" bundle="messages.PropertiesBundle"
|
||||
key="wrong.property.key.value.delimiter.inspection.display.name" groupKey="properties.files.inspection.group.display.name"
|
||||
enabledByDefault="true" level="WEAK WARNING"
|
||||
enabledByDefault="true" level="WEAK WARNING" cleanupTool="true"
|
||||
implementationClass="com.intellij.codeInspection.WrongPropertyKeyValueDelimiterInspection"/>
|
||||
|
||||
<idIndexer filetype="Properties" implementationClass="com.intellij.psi.impl.cache.impl.idCache.PropertiesIdIndexer"/>
|
||||
|
||||
Reference in New Issue
Block a user