Skip to content

Commit

Permalink
chore: loosen detekt for companion
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Sep 22, 2024
1 parent 3efba6c commit 2f679d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _itest/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# see https://github.com/arturbosch/detekt/blob/master/detekt-cli/src/main/resources/default-detekt-config.yml
#
comments:
active: false
active: true
excludes: "_itest/**,**/test/**,**/_itest/**,**/*Test.kt,*/src/test/kotlin/**/*.kt,**/*Stages.kt,**/*ITest.kt"
CommentOverPrivateFunction:
active: false
Expand All @@ -12,15 +12,15 @@ comments:
active: false
endOfSentenceFormat: ([.?!][ \t\n\r\f<])|([.?!:]$)
UndocumentedPublicClass:
active: false
active: true
searchInNestedClass: true
searchInInnerClass: true
searchInInnerObject: true
searchInInnerObject: false
searchInInnerInterface: true
UndocumentedPublicFunction:
active: false
active: true

performance:
active: false
active: true
SpreadOperator:
active: false

0 comments on commit 2f679d5

Please sign in to comment.