Enable detekt rule UseCheckOrError and fix existing issues (and a potential crash on MapboxMap?).

This commit is contained in:
Benoit Marty 2023-07-26 10:18:28 +02:00
parent 3f372e5804
commit 73347deaaf
4 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@ style:
ProtectedMemberInFinalClass:
active: false
UseCheckOrError:
active: false
active: true
empty-blocks:
EmptyFunctionBlock: