Skip to content

Commit

Permalink
exclude tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin committed Sep 9, 2022
1 parent 0e341c2 commit 239d04d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/detekt/detekt.yml
Expand Up @@ -271,3 +271,8 @@ style:
WildcardImport:
active: true
excludeImports: []

ruleauthors:
RequiresTypeResolution:
active: true
excludes: ['**/test/**', '**/*Test.kt', '**/*Spec.kt']

0 comments on commit 239d04d

Please sign in to comment.