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"/> |