Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Unified Diff: webrtc/build/android/suppressions.xml

Issue 2293383002: GN: Use custom suppressions for lint in android. (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build_overrides/build.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/android/suppressions.xml
diff --git a/webrtc/build/android/suppressions.xml b/webrtc/build/android/suppressions.xml
index 0fc22e08139285381c2233759c437abfcd54dd57..a8b87307dec5a4010133ab196e2772bf01db8142 100644
--- a/webrtc/build/android/suppressions.xml
+++ b/webrtc/build/android/suppressions.xml
@@ -15,6 +15,22 @@
<issue id="Assert" severity="ignore"/>
<issue id="UseSparseArrays" severity="ignore"/>
+ <issue id="LongLogTag" severity="ignore"/>
+ <issue id="Registered" severity="ignore"/>
+ <issue id="Recycle" severity="ignore"/>
+ <issue id="MissingPermission" severity="ignore"/>
+ <issue id="CommitPrefEdits" severity="ignore"/>
+ <issue id="UnusedResources" severity="ignore"/>
+ <issue id="IconColors" severity="ignore"/>
+ <issue id="IconDipSize" severity="ignore"/>
+ <issue id="IconDuplicatesConfig" severity="ignore"/>
+ <issue id="RelativeOverlap" severity="ignore"/>
+ <issue id="RtlCompat" severity="ignore"/>
+ <issue id="IconMissingDensityFolder" severity="ignore"/>
+ <issue id="WrongCall" severity="ignore"/>
+ <issue id="NewApi" severity="ignore"/>
+ <issue id="OldTargetApi" severity="ignore"/>
+
<!-- These are just from the dummy AndroidManifest.xml we use for linting.
It's in the same directory as this file. -->
<issue id="MissingApplicationIcon" severity="ignore"/>
« no previous file with comments | « build_overrides/build.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698