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

Unified Diff: tools/android/checkstyle/suppressions.xml

Issue 2363113003: Lint suppressions needed for Android SDK roll. (Closed)
Patch Set: Suppress alert box presubmit. 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
Index: tools/android/checkstyle/suppressions.xml
diff --git a/tools/android/checkstyle/suppressions.xml b/tools/android/checkstyle/suppressions.xml
index 850d7d45db2f7a249d32e01ae32dfb23f8843fd4..57ba3cede9b9a7da6ed6e6413e9f2a09e457c375 100644
--- a/tools/android/checkstyle/suppressions.xml
+++ b/tools/android/checkstyle/suppressions.xml
@@ -3,4 +3,6 @@
<suppressions>
<suppress id="SharedPreferencesCheck" files="ContextUtils.java"/>
+ <!-- TODO(crbug.com/635567): Fix this properly. -->
+ <suppress id="AlertDialogCheck" files="MultiFieldTimePickerDialog.java"/>
</suppressions>
« no previous file with comments | « tools/android/checkstyle/chromium-style-5.0.xml ('k') | ui/android/java/src/org/chromium/ui/picker/MonthPicker.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698