mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-26 08:01:11 +00:00
Removing the configuration for the suppressions file in favor of getting
the general checkstyle set up on the main branch. It will not fail a build, just warn
This commit is contained in:
parent
ec97780388
commit
6f99cb589a
@ -49,10 +49,10 @@
|
||||
</module>
|
||||
|
||||
<!-- https://checkstyle.org/filters/suppressionfilter.html -->
|
||||
<module name="SuppressionFilter">
|
||||
<property name="file" value="${org.checkstyle.google.suppressionfilter.config}" default="${rootDir}/config/checkstyle/suppressions.xml"/>
|
||||
<property name="optional" value="false"/>
|
||||
</module>
|
||||
<!-- <module name="SuppressionFilter">-->
|
||||
<!-- <property name="file" value="${org.checkstyle.google.suppressionfilter.config}" default="${rootDir}/config/checkstyle/suppressions.xml"/>-->
|
||||
<!-- <property name="optional" value="false"/>-->
|
||||
<!-- </module>-->
|
||||
|
||||
<!-- Checks that a package-info.java file exists for each package. -->
|
||||
<!-- See https://checkstyle.org/checks/javadoc/javadocpackage.html#JavadocPackage -->
|
||||
|
Loading…
Reference in New Issue
Block a user