Skip to content

Commit

Permalink
Update checkstyle.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
harshsennnn authored Jan 16, 2025
1 parent 3e2fecc commit cdac438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"https://checkstyle.org/dtds/configuration_1_3.dtd">

<module name="Checker">
<property name="severity" value="error"/>
<property name="severity" value="warning"/>
<property name="fileExtensions" value="java"/>

<!-- Checks for Size Violations -->
Expand Down Expand Up @@ -64,4 +64,4 @@
<module name="SimplifyBooleanExpression"/>
<module name="SimplifyBooleanReturn"/>
</module>
</module>
</module>

0 comments on commit cdac438

Please sign in to comment.