Skip to content

Commit 923e9ee

Browse files
renovate[bot]breedx-splktrask
authored
fix(deps): update dependency checkstyle to v8.45.1 (#107)
* fix(deps): update dependency checkstyle to v8.45.1 * Update buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts * Update buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts * Update config --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jason plumb <[email protected]> Co-authored-by: Trask Stalnaker <[email protected]>
1 parent a039a52 commit 923e9ee

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ java {
2424

2525
checkstyle {
2626
configDirectory.set(file("$rootDir/buildscripts/"))
27-
toolVersion = "8.12"
27+
toolVersion = "8.45.1"
2828
isIgnoreFailures = false
2929
configProperties["rootDir"] = rootDir
3030
}

buildscripts/checkstyle.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,17 +161,14 @@
161161
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
162162
</module-->
163163
<module name="JavadocMethod">
164-
<property name="scope" value="public"/>
164+
<property name="accessModifiers" value="public"/>
165165
<property name="allowMissingParamTags" value="true"/>
166-
<property name="allowMissingThrowsTags" value="true"/>
167166
<property name="allowMissingReturnTag" value="true"/>
168-
<property name="minLineCount" value="2"/>
169167
<!-- <!-\- Too restrictive for tests -\-> -->
170168
<!-- <property name="allowedAnnotations" value="Override, Test"/ -->
171169
<property name="allowedAnnotations"
172170
value="Override, Test, Before, After, BeforeClass, AfterClass, Setup,
173171
TearDown"/>
174-
<property name="allowThrowsTagsForSubclasses" value="true"/>
175172
</module>
176173
<module name="MethodName">
177174
<property name="format" value="^[a-z][a-z0-9][a-zA-Z0-9_]*$"/>

0 commit comments

Comments
 (0)