diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index 8bc24a3c..33137a97 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -51,7 +51,7 @@ <!-- 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="true"/> + <property name="optional" value="false"/> </module> <!-- Checks that a package-info.java file exists for each package. -->