Lint: Rename all Lint inspections to KLint to provide unique short names
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ import java.util.Map;
|
||||
* @author Eugene.Kudelevsky
|
||||
*/
|
||||
class AndroidLintGlobalInspectionContext implements GlobalInspectionContextExtension<AndroidLintGlobalInspectionContext> {
|
||||
static final Key<AndroidLintGlobalInspectionContext> ID = Key.create("AndroidLintGlobalInspectionContext");
|
||||
static final Key<AndroidLintGlobalInspectionContext> ID = Key.create("AndroidKlintGlobalInspectionContext");
|
||||
private Map<Issue, Map<File, List<ProblemData>>> myResults;
|
||||
|
||||
@NotNull
|
||||
|
||||
+392
-392
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user