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

Unified Diff: tools-webrtc/android/suppressions.xml

Issue 2853283002: Fix lint issues on Android. (Closed)
Patch Set: Address lint suppressions. Created 3 years, 8 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 | « no previous file | webrtc/examples/androidapp/res/layout/activity_connect.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/android/suppressions.xml
diff --git a/tools-webrtc/android/suppressions.xml b/tools-webrtc/android/suppressions.xml
index 52b0ad8371721fec09e766300aa8e93850264b9d..9055c76dc290b12a2b4c0d8f29f8fe9a90b3b126 100644
--- a/tools-webrtc/android/suppressions.xml
+++ b/tools-webrtc/android/suppressions.xml
@@ -11,6 +11,8 @@
<issue id="LongLogTag" severity="ignore"/>
<issue id="Registered" severity="ignore"/>
<issue id="MissingPermission" severity="ignore"/>
+ <issue id="ApplySharedPref" severity="ignore"/>
+ <!-- TODO(sakal): Remove once the lint tool is updated. -->
<issue id="CommitPrefEdits" severity="ignore"/>
<issue id="UnusedResources" severity="ignore"/>
<issue id="IconColors" severity="ignore"/>
« no previous file with comments | « no previous file | webrtc/examples/androidapp/res/layout/activity_connect.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698