Skip to content

Commit

Permalink
Merge pull request #82 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 8a730f6 + ac63177 commit 6c45e89
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 @@ -2,7 +2,7 @@
<!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" "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 @@ -62,4 +62,4 @@
<module name="SimplifyBooleanExpression" />
<module name="SimplifyBooleanReturn" />
</module>
</module>
</module>

0 comments on commit 6c45e89

Please sign in to comment.