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

Side by Side Diff: webrtc/build/android/suppressions.xml

Issue 1412673008: Introduces Android API level linting, fixes all current API lint errors. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Correcting xml paths Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <lint>
3 <!-- These lint settings is for the Android linter that gets run by
4 lint_action.gypi on compile of WebRTC java code. All WebRTC java code
5 should lint cleanly for the issues below. -->
6 <!-- TODO(phoglund): make work with suppress.py or remove printout referring
7 to suppress.py. -->
8 <issue id="NewApi"></issue>
9
10 <issue id="Locale" severity="ignore"/>
11 <issue id="SdCardPath" severity="ignore"/>
12 <issue id="UseValueOf" severity="ignore"/>
13 <issue id="InlinedApi" severity="ignore"/>
14 <issue id="DefaultLocale" severity="ignore"/>
15 <issue id="Assert" severity="ignore"/>
16 <issue id="UseSparseArrays" severity="ignore"/>
17
18 <!-- These are just from the dummy AndroidManifest.xml we use for linting.
19 It's in the same directory as this file. -->
20 <issue id="MissingApplicationIcon" severity="ignore"/>
21 <issue id="AllowBackup" severity="ignore"/>
22 <issue id="MissingVersion" severity="ignore"/>
23 </lint>
OLDNEW
« no previous file with comments | « webrtc/build/android/AndroidManifest.xml ('k') | webrtc/examples/androidapp/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698