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:
Cyrus 2024-02-02 09:45:37 -05:00
parent ab5036982f
commit c6f5fc26e3

View File

@ -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 -->
@ -189,4 +189,4 @@
</module>
</module>
</module>