Skip to content

Commit ac63177

Browse files
authored
Update checkstyle.xml
1 parent 8a730f6 commit ac63177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

checkstyle.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" "https://checkstyle.org/dtds/configuration_1_3.dtd">
33

44
<module name="Checker">
5-
<property name="severity" value="error" />
5+
<property name="severity" value="warning" />
66
<property name="fileExtensions" value="java" />
77

88
<!-- Checks for Size Violations -->
@@ -62,4 +62,4 @@
6262
<module name="SimplifyBooleanExpression" />
6363
<module name="SimplifyBooleanReturn" />
6464
</module>
65-
</module>
65+
</module>

0 commit comments

Comments
 (0)