Enable detekt rules UnusedImports and cleanup the code.

This commit is contained in:
Benoit Marty 2023-07-20 18:00:23 +02:00
parent 2c4308ddba
commit 55538c2773
34 changed files with 6 additions and 80 deletions

View file

@ -16,6 +16,8 @@ style:
active: true
UnusedParameter:
active: true
UnusedImports:
active: true
UnusedPrivateProperty:
active: true
ThrowsCount: