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 committed by chubtub
parent ec97780388
commit 6f99cb589a

View File

@ -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 -->