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

Unified Diff: tools/android/checkstyle/chromium-style-5.0.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/chromium-style-5.0.xml
diff --git a/tools/android/checkstyle/chromium-style-5.0.xml b/tools/android/checkstyle/chromium-style-5.0.xml
index 700f449ad37be984af58b41b8d58536844f83b4e..09d6e9cda19c90004abf7a2c47d2e25604802082 100644
--- a/tools/android/checkstyle/chromium-style-5.0.xml
+++ b/tools/android/checkstyle/chromium-style-5.0.xml
@@ -206,6 +206,7 @@
<property name="message" value="Avoid StringBuffer; use StringBuilder instead, which is faster (it's not thread-safe, but this is almost never needed)"/>
</module>
<module name="RegexpSinglelineJava">
+ <property name="id" value="AlertDialogCheck"/>
<property name="severity" value="warning"/>
<property name="format" value="android\.app\.AlertDialog"/>
<property name="ignoreComments" value="true"/>

Powered by Google App Engine
This is Rietveld 408576698