Skip to content

Commit

Permalink
Update detekt config
Browse files Browse the repository at this point in the history
  • Loading branch information
Domi04151309 committed Jan 22, 2024
1 parent 5d97ebc commit a1b859f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/detekt-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ comments:
complexity:
active: true
CognitiveComplexMethod:
active: false
active: true
threshold: 15
ComplexCondition:
active: true
Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/io/github/domi04151309/home/helpers/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package io.github.domi04151309.home.helpers

internal object P {
const val PREF_THEME = "theme"
const val PREF_COLUMNS = "columns"
const val PREF_COLUMNS_DEFAULT = "auto"
const val PREF_CONTROLS_AUTH = "controls_auth"
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit a1b859f

Please sign in to comment.