Removing redundant check

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2019-06-24 14:30:33 -05:00
parent 81894fb4ed
commit fd952d42ff
1 changed files with 0 additions and 6 deletions

View File

@ -20,12 +20,6 @@
<property name="optional" value="true"/>
</module>
<!-- reference to suppressions filter for maven plugins -->
<module name="SuppressionFilter">
<property name="file" value="/jetty-suppressions.xml"/>
<property name="optional" value="true"/>
</module>
<!-- Excludes all 'module-info.java' files -->
<!-- See https://checkstyle.org/config_filefilters.html -->
<module name="BeforeExecutionExclusionFileFilter">