Skip to content

Commit

Permalink
Merge pull request #185 from KesharwaniArpita/AK-lint-issue-2
Browse files Browse the repository at this point in the history
Update detekt.yml to fix the large class lint issue
  • Loading branch information
andrewtavis authored Oct 15, 2024
2 parents efc20ef + 7448a72 commit 3889184
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/be/scri/views/MyKeyboardView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ import be.scri.helpers.SHIFT_ON_PERMANENT
import java.util.Arrays

@SuppressLint("UseCompatLoadingForDrawables")
@Suppress("LargeClass")
class MyKeyboardView
@JvmOverloads
constructor(
Expand Down
2 changes: 0 additions & 2 deletions detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ complexity:
active: false
CyclomaticComplexMethod:
active: false
LargeClass:
active: false

exceptions:
SwallowedException:
Expand Down

0 comments on commit 3889184

Please sign in to comment.