Merge branch 'master' of http://47.107.61.133:3000/chinaweal/public into master

This commit is contained in:
黄晓 2022-09-09 11:12:30 +08:00
commit e67baba3bf
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@
<!-- checker检查器,checkstyle固定配置写法,不能缺失 --> <!-- checker检查器,checkstyle固定配置写法,不能缺失 -->
<module name="Checker"> <module name="Checker">
<!--排除指定文件-->
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="(AICUser.java|ResultCode.java)"/>
</module>
<!-- 设置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 -->