Skip to content

Commit

Permalink
Merge pull request #114 from harshsennnn/patch-1
Browse files Browse the repository at this point in the history
Update checkstyle.xml
  • Loading branch information
drtechie authored Jan 16, 2025
2 parents 3e2fecc + cdac438 commit e1eab26
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 e1eab26

Please sign in to comment.