Skip to content

Commit fdc67ed

Browse files
committed
Disable requirement of braces for single line blocks in checkstyle.xml
to less code verbosity. Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
1 parent 56bfae3 commit fdc67ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
<module name="WhitespaceAfter" />
2828

29-
<module name="NeedBraces" />
3029
<module name="UnnecessaryParentheses" />
3130
<module name="LeftCurly" />
3231
<module name="RightCurly" />

0 commit comments

Comments
 (0)