Skip to content

Commit 715fd03

Browse files
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.45.1 (#93)
* chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.45.1 * scope property went away in the latest version jshiell/checkstyle-idea#525 (comment) Signed-off-by: Justin Abrahms <[email protected]> * scope wasn't deleted on the other one Signed-off-by: Justin Abrahms <[email protected]> Signed-off-by: Justin Abrahms <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Justin Abrahms <[email protected]>
1 parent a79ae45 commit 715fd03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: checkstyle.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
281281
</module>
282282
<module name="JavadocMethod">
283-
<property name="scope" value="public"/>
283+
<property name="accessModifiers" value="public"/>
284284
<property name="allowMissingParamTags" value="true"/>
285285
<property name="allowMissingReturnTag" value="true"/>
286286
<property name="allowedAnnotations" value="Override, Test"/>

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
<dependency>
420420
<groupId>com.puppycrawl.tools</groupId>
421421
<artifactId>checkstyle</artifactId>
422-
<version>8.31</version>
422+
<version>8.45.1</version>
423423
</dependency>
424424
</dependencies>
425425
<executions>

0 commit comments

Comments
 (0)