Skip to content

Commit 8fd36d9

Browse files
build(deps): bump com.puppycrawl.tools:checkstyle from 13.8.0 to 13.9.0 (#200)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yevhen Vasyliev <ye.vasyliev@gmail.com>
1 parent 002d70a commit 8fd36d9

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
api 'tools.jackson.core:jackson-databind'
3333
api 'org.jspecify:jspecify:1.0.0'
3434

35-
checkstyle 'com.puppycrawl.tools:checkstyle:13.8.0'
35+
checkstyle 'com.puppycrawl.tools:checkstyle:13.9.0'
3636
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1'
3737

3838
errorprone 'com.google.errorprone:error_prone_core:2.50.0'

config/checkstyle/checkstyle.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@
109109
<module name="JavadocMissingLeadingAsterisk"/>
110110
<module name="JavadocMissingWhitespaceAfterAsterisk"/>
111111
<module name="JavadocParagraph"/>
112-
<module name="JavadocStyle">
113-
<property name="checkEmptyJavadoc" value="true"/>
114-
</module>
115112
<module name="JavadocTagContinuationIndentation"/>
116113
<module name="JavadocType"/>
117114
<module name="JavadocVariable">

0 commit comments

Comments
 (0)