summaryrefslogtreecommitdiff
path: root/android-lint/src
diff options
context:
space:
mode:
authorOleg Baskakov <baskakov@google.com>2021-12-15 00:17:30 +0000
committerOleg Baskakov <baskakov@google.com>2021-12-14 16:21:09 -0800
commit01b6c9c3610884057b277052b1e31cbd5f3435d2 (patch)
treec259ef23bdbe5ec10e1e2e01e8d03299006eb4d9 /android-lint/src
parent5b3e11e384724c337fe510a4583f39d38b24d5d4 (diff)
downloadidea-01b6c9c3610884057b277052b1e31cbd5f3435d2.tar.gz
add a missing dot in the lint check registration code
Bug: follow up on 199059158 Test: ci build pipeline Change-Id: Id81c81aea530215878cdb255e1dff37489bfc638
Diffstat (limited to 'android-lint/src')
-rw-r--r--android-lint/src/META-INF/android-lint-plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-lint/src/META-INF/android-lint-plugin.xml b/android-lint/src/META-INF/android-lint-plugin.xml
index 6a5bc245406..890ded75d7b 100644
--- a/android-lint/src/META-INF/android-lint-plugin.xml
+++ b/android-lint/src/META-INF/android-lint-plugin.xml
@@ -341,7 +341,7 @@
<globalInspection hasStaticDescription="true" shortName="AndroidLintViewHolder" displayName="View Holder Candidates" bundle="messages.AndroidLintBundle" enabledByDefault="true" level="WARNING" implementationClass="com.android.tools.idea.lint.inspections.AndroidLintViewHolderInspection"/>
<globalInspection hasStaticDescription="true" shortName="AndroidLintWakelockTimeout" displayName="Using wakeLock without timeout" bundle="messages.AndroidLintBundle" enabledByDefault="true" level="WARNING" implementationClass="com.android.tools.idea.lint.inspections.AndroidLintWakelockTimeoutInspection"/>
<globalInspection hasStaticDescription="true" shortName="AndroidLintWatchFaceEditor" displayName="Watch face editor with incorrect launchMode" bundle="messages.AndroidLintBundle" enabledByDefault="true" level="WARNING" implementationClass="com.android.tools.idea.lint.inspections.AndroidLintWatchFaceEditorInspection"/>
- <globalInspection hasStaticDescription="true" shortName="AndroidLintWearableActionDuplicate" displayName="Duplicate watch face configuration activities found" bundle="messages.AndroidLintBundle" enabledByDefault="true" level="WARNING" implementationClass="com.android.tools.idea.lint.inspectionsAndroidLintWearableActionDuplicateInspection"/>
+ <globalInspection hasStaticDescription="true" shortName="AndroidLintWearableActionDuplicate" displayName="Duplicate watch face configuration activities found" bundle="messages.AndroidLintBundle" enabledByDefault="true" level="WARNING" implementationClass="com.android.tools.idea.lint.inspections.AndroidLintWearableActionDuplicateInspection"/>
<globalInspection hasStaticDescription="true" shortName="AndroidLintWearableBindListener" displayName="Usage of Android Wear BIND_LISTENER is deprecated" bundle="messages.AndroidLintBundle" enabledByDefault="true" level="ERROR" implementationClass="com.android.tools.idea.lint.inspections.AndroidLintWearableBindListenerInspection"/>
<globalInspection hasStaticDescription="true" shortName="AndroidLintWearableConfigurationAction" displayName="Wear configuration action metadata must match an activity" bundle="messages.AndroidLintBundle" enabledByDefault="true" level="WARNING" implementationClass="com.android.tools.idea.lint.inspections.AndroidLintWearableConfigurationActionInspection"/>
<globalInspection hasStaticDescription="true" shortName="AndroidLintWearStandaloneAppFlag" displayName="Invalid or missing Wear standalone app flag" bundle="messages.AndroidLintBundle" enabledByDefault="true" level="WARNING" implementationClass="com.android.tools.idea.lint.inspections.AndroidLintWearStandaloneAppFlagInspection"/>