Add SuppressionFilter to checkstyle.xml

This commit is contained in:
filoghost 2020-08-23 10:36:15 +02:00
parent c3abd823ed
commit f83331a5f5

View File

@ -7,8 +7,12 @@
<property name="fileExtensions" value="java, xml"/>
<property name="charset" value="UTF-8"/>
<module name="SuppressionFilter">
<property name="file" value="checkstyle/suppressions.xml"/>
</module>
<module name="Header">
<property name="fileExtensions" value="java"/>
<property name="headerFile" value="${checkstyle.header.file}"/>
<property name="headerFile" value="checkstyle/header.txt"/>
</module>
</module>