Skip to content

Commit

Permalink
Update checkstyle.xml
Browse files Browse the repository at this point in the history
Removed problematic LeftCurly and RightCurly requirements
  • Loading branch information
charlestian23 committed Feb 14, 2024
1 parent 0e65e20 commit bee026f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@

<module name="Checker">
<module name="TreeWalker">
<property name="tabWidth" value="4"/>
<module name="LeftCurly"/>
<module name="RightCurly">
<module name="Indentation">
<property name="basicOffset" value="4"/>
<property name="caseIndent" value="4"/>
<property name="throwsIndent" value="4"/>
</module>
<module name="NeedBraces">
<property name="allowSingleLineStatement" value="true"/>
Expand Down

0 comments on commit bee026f

Please sign in to comment.