Ignore more rules

This commit is contained in:
Benoit Marty 2022-05-12 17:54:30 +02:00
parent f02bad5c79
commit c303b9afd3
2 changed files with 9 additions and 0 deletions

View file

@ -19,6 +19,10 @@ style:
active: false
LoopWithTooManyJumpStatements:
active: false
SerialVersionUIDInSerializableClass:
active: false
ProtectedMemberInFinalClass:
active: false
empty-blocks:
EmptyFunctionBlock:
@ -69,3 +73,7 @@ naming:
TopLevelPropertyNaming:
# TODO Enable it
active: false
performance:
SpreadOperator:
active: false

View file

@ -61,6 +61,7 @@ class VectorUncaughtExceptionHandler @Inject constructor(
* @param throwable the throwable
* @return the exception description
*/
@Suppress("PrintStackTrace")
override fun uncaughtException(thread: Thread, throwable: Throwable) {
Timber.v("Uncaught exception: $throwable")
preferences.edit(commit = true) {