Removing redundant check
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
81894fb4ed
commit
fd952d42ff
|
@ -20,12 +20,6 @@
|
||||||
<property name="optional" value="true"/>
|
<property name="optional" value="true"/>
|
||||||
</module>
|
</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 -->
|
<!-- Excludes all 'module-info.java' files -->
|
||||||
<!-- See https://checkstyle.org/config_filefilters.html -->
|
<!-- See https://checkstyle.org/config_filefilters.html -->
|
||||||
<module name="BeforeExecutionExclusionFileFilter">
|
<module name="BeforeExecutionExclusionFileFilter">
|
||||||
|
|
Loading…
Reference in New Issue