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

Unified Diff: tools/android/checkstyle/chromium-style-5.0.xml

Issue 582303002: [Checkstyle] Enable left and right curly checks in Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 383c9fccbee5753385ee808b14bda67cf9c07fff..8bc7d51369fdbde6b130b8c87a10454eb62b30e5 100644
--- a/tools/android/checkstyle/chromium-style-5.0.xml
+++ b/tools/android/checkstyle/chromium-style-5.0.xml
@@ -87,10 +87,10 @@
<property name="max" value="100"/>
</module>
<module name="LeftCurly">
- <property name="severity" value="warning"/>
+ <property name="severity" value="error"/>
</module>
<module name="RightCurly">
- <property name="severity" value="warning"/>
+ <property name="severity" value="error"/>
</module>
<module name="NeedBraces">
<property name="severity" value="warning"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698