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 bc40f87ac3d3ca9c39fd7772bdb852c7f2750b21..9b5188ff3dcaacc76d56ddbd55a58bce0743b918 100644 |
--- a/tools/android/checkstyle/chromium-style-5.0.xml |
+++ b/tools/android/checkstyle/chromium-style-5.0.xml |
@@ -145,6 +145,9 @@ |
<module name="ParenPad"> |
<property name="severity" value="error"/> |
</module> |
+ <module name="MethodParamPad"> |
+ <property name="severity" value="error"/> |
+ </module> |
<module name="ImportOrder"> |
<property name="severity" value="error"/> |
<message key="import.ordering" value="Wrong order for {0} import. Use :JavaImportOrganize (ECLIM) or Ctrl+Shift+O (Eclipse) to sort imports"/> |