mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-26 16:11:13 +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>
|
</module>
|
||||||
|
|
||||||
<!-- https://checkstyle.org/filters/suppressionfilter.html -->
|
<!-- https://checkstyle.org/filters/suppressionfilter.html -->
|
||||||
<module name="SuppressionFilter">
|
<!-- <module name="SuppressionFilter">-->
|
||||||
<property name="file" value="${org.checkstyle.google.suppressionfilter.config}" default="${rootDir}/config/checkstyle/suppressions.xml"/>
|
<!-- <property name="file" value="${org.checkstyle.google.suppressionfilter.config}" default="${rootDir}/config/checkstyle/suppressions.xml"/>-->
|
||||||
<property name="optional" value="false"/>
|
<!-- <property name="optional" value="false"/>-->
|
||||||
</module>
|
<!-- </module>-->
|
||||||
|
|
||||||
<!-- Checks that a package-info.java file exists for each package. -->
|
<!-- Checks that a package-info.java file exists for each package. -->
|
||||||
<!-- See https://checkstyle.org/checks/javadoc/javadocpackage.html#JavadocPackage -->
|
<!-- See https://checkstyle.org/checks/javadoc/javadocpackage.html#JavadocPackage -->
|
||||||
|
Loading…
Reference in New Issue
Block a user