Skip to content

Commit

Permalink
chore(checkstyle): bumped checkstyle version to 10.15.0
Browse files Browse the repository at this point in the history
* done to support intelliJ checkstyle plugin
* some adjustments in the configuration were required due to version changes

Signed-off-by: Moritz Schweppenhäuser <[email protected]>
  • Loading branch information
schwepmo committed May 29, 2024
1 parent 6a8a743 commit 35727a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
</module>
<module name="JavadocMethod">
<property name="scope" value="public"/>
<property name="accessModifiers" value="public"/>
<property name="allowMissingParamTags" value="true"/>
<property name="validateThrows" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -590,12 +590,12 @@
to specify the checkstyle-version. report plugins do not allow to change versions of plugin dependencies.-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.1</version>
<version>3.3.1</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.30</version>
<version>10.15.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 35727a5

Please sign in to comment.