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 7f6b7ee06b0f93bdd6f519dc45c5c2406e819b6b..17b44b483d936e2d4f246af548c839993abb2023 100644 |
--- a/tools/android/checkstyle/chromium-style-5.0.xml |
+++ b/tools/android/checkstyle/chromium-style-5.0.xml |
@@ -158,11 +158,11 @@ |
<property name="option" value="top"/> |
<property name="separated" value="true"/> |
</module> |
- <!-- TODO(aurimas): make indentation an error once https://github.com/checkstyle/checkstyle/issues/255 is fixed. --> |
<module name="Indentation"> |
- <property name="severity" value="info"/> |
+ <property name="severity" value="error"/> |
<property name="basicOffset" value="4"/> |
<property name="throwsIndent" value="8"/> |
+ <property name="lineWrappingIndentation" value="8"/> |
</module> |
</module> |
<module name="FileTabCharacter"> |