File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,10 @@ comments:
62
62
EndOfSentenceFormat :
63
63
active : false
64
64
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
65
67
UndocumentedPublicClass :
66
- active : true
68
+ active : false
67
69
searchInNestedClass : true
68
70
searchInInnerClass : true
69
71
searchInInnerObject : true
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ codepoints = "0.9.0"
13
13
coil = " 2.7.0"
14
14
compileSdk = " 35"
15
15
composeCompiler = " 1.5.0"
16
- detektGradlePlugin = " 1.23.6 "
16
+ detektGradlePlugin = " 1.23.7 "
17
17
espresso = " 3.6.1"
18
18
glance = " 1.1.1"
19
19
gradleVersionsPlugin = " 0.51.0"
You can’t perform that action at this time.
0 commit comments