chore(detekt): enable UnusedImports rule

This commit is contained in:
andrekir 2024-08-31 09:00:15 -03:00
parent 61030019f6
commit 300904d337
3 changed files with 1 additions and 3 deletions

View file

@ -2,7 +2,6 @@ package com.geeksville.mesh.database.entity
import androidx.room.ColumnInfo
import androidx.room.Entity
import androidx.room.Index
import androidx.room.PrimaryKey
@Entity(tableName = "quick_chat")

View file

@ -1,6 +1,5 @@
package com.geeksville.mesh.model
import android.net.Uri
import org.junit.Assert.*
import org.junit.Test

View file

@ -730,7 +730,7 @@ style:
UntilInsteadOfRangeTo:
active: false
UnusedImports:
active: false
active: true
UnusedParameter:
active: true
allowedNames: 'ignored|expected'