Merge branch 'master' of http://47.107.61.133:3000/chinaweal/public into master
This commit is contained in:
commit
e67baba3bf
|
|
@ -4,7 +4,10 @@
|
|||
|
||||
<!-- checker检查器,checkstyle固定配置写法,不能缺失 -->
|
||||
<module name="Checker">
|
||||
|
||||
<!--排除指定文件-->
|
||||
<module name="BeforeExecutionExclusionFileFilter">
|
||||
<property name="fileNamePattern" value="(AICUser.java|ResultCode.java)"/>
|
||||
</module>
|
||||
<!-- 设置checkstyle以UTF8格式进行文件检查 -->
|
||||
<property name="charset" value="UTF-8"/>
|
||||
<!--定义严重程度,可选等级:ignore info warning error,如不定义默认为error -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue