WrongPropertyKeyValueDelimiterInspection becomes cleanup inspection

This commit is contained in:
Dmitry Batkovich
2015-06-17 14:22:58 +03:00
parent c6f6dfaf15
commit 399f9bfebc
2 changed files with 2 additions and 2 deletions
@@ -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
+1 -1
View File
@@ -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"/>