mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(detekt): enable UnusedImports rule
This commit is contained in:
parent
61030019f6
commit
300904d337
3 changed files with 1 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
package com.geeksville.mesh.model
|
||||
|
||||
import android.net.Uri
|
||||
import org.junit.Assert.*
|
||||
import org.junit.Test
|
||||
|
||||
|
|
|
|||
|
|
@ -730,7 +730,7 @@ style:
|
|||
UntilInsteadOfRangeTo:
|
||||
active: false
|
||||
UnusedImports:
|
||||
active: false
|
||||
active: true
|
||||
UnusedParameter:
|
||||
active: true
|
||||
allowedNames: 'ignored|expected'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue