Properties Checkstyle避免无错误地记录文件

Properties Checkstyle避免无错误地记录文件,properties,checkstyle,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)." so

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

<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>


是否有办法忽略没有错误的filename Editor.java?

是否希望立即生成此类报告,或者使用后处理的解决方案也可以?未选中的文件与已选中但没有错误的文件之间存在差异。这是我不想丢失的信息。