We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a730f6 commit ac63177Copy full SHA for ac63177
checkstyle.xml
@@ -2,7 +2,7 @@
2
<!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" "https://checkstyle.org/dtds/configuration_1_3.dtd">
3
4
<module name="Checker">
5
- <property name="severity" value="error" />
+ <property name="severity" value="warning" />
6
<property name="fileExtensions" value="java" />
7
8
<!-- Checks for Size Violations -->
@@ -62,4 +62,4 @@
62
<module name="SimplifyBooleanExpression" />
63
<module name="SimplifyBooleanReturn" />
64
</module>
65
-</module>
+</module>
0 commit comments