Commit d7e9b95f authored by agrieve's avatar agrieve Committed by Commit bot

Suppress lint warnings for policy resources

They are unused because they are used by magic.
They are missing translations to save file size
(see http://crbug.com/450548)

BUG=621771

Review-Url: https://codereview.chromium.org/2102183003
Cr-Commit-Position: refs/heads/master@{#403401}
parent 961644ad
......@@ -75,6 +75,10 @@ Still reading?
<issue id="MissingApplicationIcon" severity="ignore"/>
<issue id="MissingPermission" severity="ignore"/>
<issue id="MissingRegistered" severity="ignore"/>
<issue id="MissingTranslation">
<!-- http://crbug.com/450548 -->
<ignore regexp=".*restriction_values.xml.*" />
</issue>
<issue id="MissingVersion">
<ignore path="AndroidManifest.xml"/>
</issue>
......@@ -102,6 +106,9 @@ Still reading?
</issue>
<issue id="SetJavaScriptEnabled" severity="ignore"/>
<issue id="UnusedResources">
<!-- Used by Android's policies system -->
<ignore regexp="restriction_values.xml" />
<!-- Used by chrome/android/java/AndroidManifest.xml -->
<ignore path="chrome/android/java/res/drawable/window_background.xml" />
<ignore path="chrome/android/java/res/xml/bookmark_widget_info.xml" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment