@@ -49,10 +49,12 @@ under the License.
4949 <property name =" fileNamePattern" value =" .*[\\/]src[\\/]test[\\/].*$" />
5050 </module >
5151
52+ <!-- flag the first instance of a tab character in each java, xml, yml or yaml file -->
5253 <module name =" FileTabCharacter" >
53- <property name =" eachLine " value =" true " />
54+ <property name =" fileExtensions " value =" java, xml, yml, yaml " />
5455 </module >
5556
57+ <!-- each package must have a package-info.java file -->
5658 <module name =" JavadocPackage" />
5759
5860 <module name =" NewlineAtEndOfFile" >
@@ -67,6 +69,7 @@ under the License.
6769 <!-- <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/> -->
6870 </module >
6971
72+ <!-- Filters -->
7073 <module name =" SuppressWithPlainTextCommentFilter" >
7174 <property name =" offCommentFormat" value =" //CHECKSTYLE.OFF\: ([\w\|]+)" />
7275 <property name =" onCommentFormat" value =" //CHECKSTYLE.ON\: ([\w\|]+)" />
@@ -80,13 +83,6 @@ under the License.
8083 <!-- Be able to ignore violations with @SuppressWarnings -->
8184 <!-- See https://checkstyle.org/filters/suppresswarningsfilter.html -->
8285 <module name =" SuppressWarningsHolder" />
83-
84- <!--
85- <module name="SuppressionFilter">
86- <property name="file" value="basedir/tools/suppressions.xml"/>
87- <property name="optional" value="false"/>
88- </module>
89- -->
9086
9187 <!-- Annotations -->
9288 <module name =" AnnotationLocation" >
@@ -230,7 +226,8 @@ under the License.
230226 <property name =" allowedAnnotations" value =" Override, Test" />
231227 </module >
232228
233- <!-- <module name="JavadocParagraph"/> disabled because of a Checkstyle bug with <p> after @param -->
229+ <!-- disabled because of a Checkstyle bug with <p> after @param -->
230+ <!-- <module name="JavadocParagraph"/> -->
234231
235232 <module name =" JavadocTagContinuationIndentation" >
236233 <property name =" severity" value =" ignore" />
0 commit comments