Skip to content

Commit

Permalink
move detekt.yml from root level
Browse files Browse the repository at this point in the history
  • Loading branch information
zambrovski committed Aug 23, 2024
1 parent da65222 commit af1d863
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
File renamed without changes.
26 changes: 26 additions & 0 deletions kotlin-code-generation-test/detekt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# see https://github.com/arturbosch/detekt/blob/master/detekt-cli/src/main/resources/default-detekt-config.yml
#
comments:
active: true
excludes: "_itest/**,**/test/**,**/_itest/**,**/*Test.kt,*/src/test/kotlin/**/*.kt,**/*Stages.kt,**/*ITest.kt"
CommentOverPrivateFunction:
active: false
CommentOverPrivateProperty:
active: false
EndOfSentenceFormat:
active: false
endOfSentenceFormat: ([.?!][ \t\n\r\f<])|([.?!:]$)
UndocumentedPublicClass:
active: true
searchInNestedClass: true
searchInInnerClass: true
searchInInnerObject: true
searchInInnerInterface: true
UndocumentedPublicFunction:
active: true

performance:
active: true
SpreadOperator:
active: false
26 changes: 26 additions & 0 deletions kotlin-code-generation/detekt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# see https://github.com/arturbosch/detekt/blob/master/detekt-cli/src/main/resources/default-detekt-config.yml
#
comments:
active: true
excludes: "_itest/**,**/test/**,**/_itest/**,**/*Test.kt,*/src/test/kotlin/**/*.kt,**/*Stages.kt,**/*ITest.kt"
CommentOverPrivateFunction:
active: false
CommentOverPrivateProperty:
active: false
EndOfSentenceFormat:
active: false
endOfSentenceFormat: ([.?!][ \t\n\r\f<])|([.?!:]$)
UndocumentedPublicClass:
active: true
searchInNestedClass: true
searchInInnerClass: true
searchInInnerObject: true
searchInInnerInterface: true
UndocumentedPublicFunction:
active: true

performance:
active: true
SpreadOperator:
active: false

0 comments on commit af1d863

Please sign in to comment.