Skip to content

Commit 944aa9b

Browse files
Update dependency io.gitlab.arturbosch.detekt:detekt-gradle-plugin to v1.23.7 (#530)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Adam McNeilly <amcneilly331@gmail.com>
1 parent 9f8413d commit 944aa9b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

config/detekt/detekt.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ comments:
6262
EndOfSentenceFormat:
6363
active: false
6464
endOfSentenceFormat: '([.?!][ \t\n\r\f<])|([.?!:]$)'
65+
# Currently this fails on Companion objects, but should be fixed in a future version:
66+
# https://github.com/detekt/detekt/issues/7217
6567
UndocumentedPublicClass:
66-
active: true
68+
active: false
6769
searchInNestedClass: true
6870
searchInInnerClass: true
6971
searchInInnerObject: true

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ codepoints = "0.9.0"
1313
coil = "2.7.0"
1414
compileSdk = "35"
1515
composeCompiler = "1.5.0"
16-
detektGradlePlugin = "1.23.6"
16+
detektGradlePlugin = "1.23.7"
1717
espresso = "3.6.1"
1818
glance = "1.1.1"
1919
gradleVersionsPlugin = "0.51.0"

0 commit comments

Comments
 (0)