Skip to content

Commit

Permalink
feat: add new fields in 1.23.3 that were disabled: KDocReferencesNonP…
Browse files Browse the repository at this point in the history
…ublicProperty and NestedScopeFunctions
  • Loading branch information
jesmrec authored and JuancaG05 committed Dec 2, 2024
1 parent 70db403 commit 8b27b6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/detekt/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ comments:
EndOfSentenceFormat:
active: false
endOfSentenceFormat: '([.?!][ \t\n\r\f<])|([.?!:]$)'
KDocReferencesNonPublicProperty:
active: false
OutdatedDocumentation:
active: false
matchTypeParameters: true
Expand Down Expand Up @@ -136,6 +138,10 @@ complexity:
NestedBlockDepth:
active: true
threshold: 5
NestedScopeFunctions:
active: false
threshold: 1
functions: ['kotlin.apply', 'kotlin.run', 'kotlin.with', 'kotlin.let', 'kotlin.also']
ReplaceSafeCallChainWithRun:
active: false
StringLiteralDuplication:
Expand Down

0 comments on commit 8b27b6d

Please sign in to comment.