Skip to content

Commit 4e305af

Browse files
committed
Update checkstyle
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 9c49fb2 commit 4e305af

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,13 +281,13 @@ under the License.
281281
<plugin>
282282
<groupId>org.apache.maven.plugins</groupId>
283283
<artifactId>maven-checkstyle-plugin</artifactId>
284-
<version>2.17</version>
284+
<version>3.4.0</version>
285285
<dependencies>
286286
<dependency>
287287
<groupId>com.puppycrawl.tools</groupId>
288288
<artifactId>checkstyle</artifactId>
289289
<!-- Note: match version with docs/flinkDev/ide_setup.md -->
290-
<version>8.14</version>
290+
<version>10.17.0</version>
291291
</dependency>
292292
</dependencies>
293293
<executions>

tools/maven/checkstyle.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -276,23 +276,15 @@ This file is based on the checkstyle file of Apache Beam.
276276
<!-- Checks for Javadoc comments. -->
277277
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
278278
<module name="JavadocMethod">
279-
<property name="scope" value="protected"/>
280279
<property name="severity" value="error"/>
281-
<property name="allowMissingJavadoc" value="true"/>
282280
<property name="allowMissingParamTags" value="true"/>
283281
<property name="allowMissingReturnTag" value="true"/>
284-
<property name="allowMissingThrowsTags" value="true"/>
285-
<property name="allowThrowsTagsForSubclasses" value="true"/>
286-
<property name="allowUndeclaredRTE" value="true"/>
287-
<!-- This check sometimes failed for with "Unable to get class information for @throws tag" for custom exceptions -->
288-
<property name="suppressLoadErrors" value="true"/>
289282
</module>
290283

291284
<!-- Check that paragraph tags are used correctly in Javadoc. -->
292285
<module name="JavadocParagraph"/>
293286

294287
<module name="JavadocType">
295-
<property name="scope" value="protected"/>
296288
<property name="severity" value="error"/>
297289
<property name="allowMissingParamTags" value="true"/>
298290
</module>

0 commit comments

Comments
 (0)