Skip to content

Commit

Permalink
chore: ignore TooGenericExceptionCaught & PrintStackTrace detekt rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mslalith committed Jul 9, 2023
1 parent 2f207b9 commit edcad1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/detekt/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ exceptions:
ObjectExtendsThrowable:
active: false
PrintStackTrace:
active: true
active: false
RethrowCaughtException:
active: true
ReturnFromFinally:
Expand Down Expand Up @@ -294,7 +294,7 @@ exceptions:
ThrowingNewInstanceOfSameException:
active: true
TooGenericExceptionCaught:
active: true
active: false
excludes: [ '**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**' ]
exceptionNames:
- 'ArrayIndexOutOfBoundsException'
Expand Down

0 comments on commit edcad1f

Please sign in to comment.