Skip to content

Commit e1eab26

Browse files
authored
Merge pull request #114 from harshsennnn/patch-1
Update checkstyle.xml
2 parents 3e2fecc + cdac438 commit e1eab26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

checkstyle.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"https://checkstyle.org/dtds/configuration_1_3.dtd">
55

66
<module name="Checker">
7-
<property name="severity" value="error"/>
7+
<property name="severity" value="warning"/>
88
<property name="fileExtensions" value="java"/>
99

1010
<!-- Checks for Size Violations -->
@@ -64,4 +64,4 @@
6464
<module name="SimplifyBooleanExpression"/>
6565
<module name="SimplifyBooleanReturn"/>
6666
</module>
67-
</module>
67+
</module>

0 commit comments

Comments
 (0)