更新 'checkstyle.xml'

checkstyle.xml 改回error错误级别
This commit is contained in:
chinaweal 2021-04-17 11:57:19 +08:00
parent a62f59ca96
commit 3bc5b03bed
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<!-- 设置checkstyle以UTF8格式进行文件检查 --> <!-- 设置checkstyle以UTF8格式进行文件检查 -->
<property name="charset" value="UTF-8"/> <property name="charset" value="UTF-8"/>
<!--定义严重程度,可选等级:ignore info warning error,如不定义默认为error --> <!--定义严重程度,可选等级:ignore info warning error,如不定义默认为error -->
<property name="severity" value="warning"/> <property name="severity" value="error"/>
<!-- 检查文件的长度最多2000行--> <!-- 检查文件的长度最多2000行-->
<module name="FileLength"> <module name="FileLength">