Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit eb368a9

Browse files
Bump checkstyle from 8.26 to 8.29 (#132)
* Bump checkstyle from 8.26 to 8.29 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.26 to 8.29. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-8.26...checkstyle-8.29) Signed-off-by: dependabot[bot] <support@github.com> * Update checkstyle config Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stan Lemon <stanlemon@users.noreply.github.com>
1 parent 3b70ebc commit eb368a9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
<dependency>
473473
<groupId>com.puppycrawl.tools</groupId>
474474
<artifactId>checkstyle</artifactId>
475-
<version>8.26</version>
475+
<version>8.29</version>
476476
</dependency>
477477
</dependencies>
478478
</plugin>

script/checkstyle-ruleset.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,9 @@
174174
<module name="JavadocMethod">
175175
<property name="scope" value="public"/>
176176
<property name="allowMissingParamTags" value="true"/>
177-
<property name="allowMissingThrowsTags" value="true"/>
178177
<property name="allowMissingReturnTag" value="true"/>
179178
<property name="allowedAnnotations" value="Override, Test"/>
180-
<property name="allowThrowsTagsForSubclasses" value="true"/>
179+
<property name="validateThrows" value="false"/>
181180
</module>
182181
<module name="JavadocStyle">
183182
<property name="scope" value="public"/>

0 commit comments

Comments
 (0)