Skip to content

Commit

Permalink
deps: bump checkstyle from 10.10.0 to 10.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 committed Jul 8, 2023
1 parent 6e2be98 commit bfa0e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ processResources {
}

checkstyle {
toolVersion '10.10.0'
toolVersion '10.12.1'
maxWarnings = 0
}

Expand Down
4 changes: 2 additions & 2 deletions config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<property name="fileExtensions" value="java, properties, xml"/>
<!-- Excludes all 'module-info.java' files -->
<!-- See https://checkstyle.org/config_filefilters.html -->
<!-- See https://checkstyle.org/filefilters/index.html -->
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
</module>
Expand All @@ -37,7 +37,7 @@
</module>

<!-- Checks for whitespace -->
<!-- See http://checkstyle.org/config_whitespace.html -->
<!-- See http://checkstyle.org/checks/whitespace/index.html -->
<module name="FileTabCharacter">
<property name="eachLine" value="true"/>
</module>
Expand Down

0 comments on commit bfa0e82

Please sign in to comment.