Checkstyle避免记录文件而不会出错

时间:2015-12-03 09:20:54

标签: properties checkstyle

我想知道如何避免无错误地记录文件。 以下是报告的示例:

<file name="/applications/comp/Editor.java"></file>
<file name="/applications/comp/Component.java">
    <error line="73" severity="warning" message="Line is longer than 120 characters (found 271)." source="com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck"/>
</file>

有没有办法忽略没有错误的文件名Editor.java?

0 个答案:

没有答案