Commit eb7b46e6 authored by Aurimas Liutikas's avatar Aurimas Liutikas

[Checkstyle] Enable left and right curly checks in Java.

BUG=318404,320774
R=newt@chromium.org

Review URL: https://codereview.chromium.org/582303002

Cr-Commit-Position: refs/heads/master@{#295639}
parent 6521367e
...@@ -87,10 +87,10 @@ ...@@ -87,10 +87,10 @@
<property name="max" value="100"/> <property name="max" value="100"/>
</module> </module>
<module name="LeftCurly"> <module name="LeftCurly">
<property name="severity" value="warning"/> <property name="severity" value="error"/>
</module> </module>
<module name="RightCurly"> <module name="RightCurly">
<property name="severity" value="warning"/> <property name="severity" value="error"/>
</module> </module>
<module name="NeedBraces"> <module name="NeedBraces">
<property name="severity" value="warning"/> <property name="severity" value="warning"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment