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

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

Issue 2350313004: Suppress invalid package lint errors for a Espresso dependency (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/lint/suppressions.xml
diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml
index 851a957256477b9306e78deb9538196cd567e702..c1a7a9e5648c5a4dfe459590ab3dfbb024eb910b 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -136,6 +136,9 @@ Still reading?
</issue>
<issue id="InflateParams" severity="ignore" />
<issue id="InlinedApi" severity="ignore" />
+ <issue id="InvalidPackage" severity="Error">
+ <ignore regexp="espresso/espresso_core_java.interface.jar"/>
+ </issue>
<issue id="LabelFor" severity="Error">
<ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/activity_webview_browser.xml" />
</issue>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698