[Storage] Blob Storage Refactoring pt 1:
[chromium-blink-merge.git] / build / android / lint / suppressions.xml
blobd8422a74e425688894ee4d8bc0d321ec630e637e
1 <?xml version="1.0" encoding="utf-8"?>
2 <lint>
3   <!--
4 STOP! It looks like you want to suppress some lint errors:
5 - Have you tried identifing the offending patch?
6   Ask the author for a fix and/or revert the patch.
7 - It is preferred to add suppressions in the code instead of
8   sweeping it under the rug here. See:
10     http://developer.android.com/tools/debugging/improving-w-lint.html
12 Still reading?
13 - You can edit this file manually to suppress an issue
14   globally if it is not applicable to the project.
15 - You can also automatically add issues found so for in the
16   build process by running:
18     build/android/lint/suppress.py
20   which will generate this file (Comments are not preserved).
21   Note: PRODUCT_DIR will be substituted at run-time with actual
22   directory path (e.g. out/Debug)
23 -->
24   <issue id="AllowBackup">
25     <ignore path="AndroidManifest.xml"/>
26   </issue>
27   <issue id="Assert" severity="ignore"/>
28   <issue id="CommitPrefEdits">
29     <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/ticl/android2/channel/AndroidChannelPreferences.java"/>
30   </issue>
31   <issue id="DefaultLocale">
32     <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/external/client/contrib/AndroidListenerState.java"/>
33   </issue>
34   <issue id="DrawAllocation">
35     <ignore path="content/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java"/>
36     <ignore path="content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java"/>
37   </issue>
38   <issue id="ExportedContentProvider">
39     <ignore path="AndroidManifest.xml"/>
40   </issue>
41   <issue id="HandlerLeak">
42     <ignore path="remoting/android/java/src/org/chromium/chromoting/TapGestureDetector.java"/>
43   </issue>
44   <issue id="MissingApplicationIcon" severity="ignore"/>
45   <issue id="MissingRegistered" severity="ignore"/>
46   <issue id="MissingVersion">
47     <ignore path="AndroidManifest.xml"/>
48   </issue>
49   <!-- Disabling is InlinedApi and NewApi is bad but we have too many of these errors and nobody is fixing it. crbug.com/411461 -->
50   <issue id="InlinedApi" severity="ignore"/>
51   <issue id="NewApi" severity="ignore"/>
52   <issue id="OldTargetApi">
53     <ignore path="AndroidManifest.xml"/>
54   </issue>
55   <issue id="Recycle" severity="ignore"/>
56   <issue id="Registered" severity="ignore"/>
57   <issue id="SdCardPath">
58     <ignore path="content/public/android/java/src/org/chromium/content/browser/MediaResourceGetter.java"/>
59   </issue>
60   <issue id="SetJavaScriptEnabled" severity="ignore"/>
61   <issue id="ViewConstructor" severity="ignore"/>
62   <issue id="WrongCall" severity="ignore"/>
63 </lint>