Bug 1252557 - Add warning for GoogleAppIndexingDeepLinkError. r=nalexander draft
authorMichael Comella <michael.l.comella@gmail.com>
Tue, 01 Mar 2016 10:57:17 -0800
changeset 335851 d556e26607e6ad6c9d005f2d67e2d4b689cb9695
parent 335850 b6db0f3a678a3311fcd26fd678a73e328f179414
child 335852 c5b3348c900be8b399d774f60a623bda2ece0e74
push id11894
push usermichael.l.comella@gmail.com
push dateTue, 01 Mar 2016 19:10:40 +0000
reviewersnalexander
bugs1252557, 1252569
milestone47.0a1
Bug 1252557 - Add warning for GoogleAppIndexingDeepLinkError. r=nalexander afaict, we don't currently support app indexing (bug 1252569) so this should be okay to reduce the warning level. We can ignore it if we decide we don't want to support this feature. MozReview-Commit-ID: 2q4zqEHw2B5
mobile/android/app/lint.xml
--- a/mobile/android/app/lint.xml
+++ b/mobile/android/app/lint.xml
@@ -15,16 +15,17 @@
     <!-- We want all lint warnings to be fatal errors.
          Right now, we set these to lint warnings so:
 
          DO NOT ADD TO THIS LIST.
 
          We did this so we can land lint in automation
          and not fail everything. -->
     <issue id="AppCompatResource" severity="warning" />
+    <issue id="GoogleAppIndexingDeepLinkError" severity="warning" />
     <issue id="Instantiatable" severity="warning" />
     <issue id="LongLogTag" severity="warning" />
     <issue id="MissingPermission" severity="warning" />
     <issue id="MissingSuperCall" severity="warning" />
     <issue id="NewApi" severity="warning" />
     <issue id="OnClick" severity="warning" />
     <issue id="ReferenceType" severity="warning" />
     <issue id="ResourceAsColor" severity="warning" />