Skip to content

Commit eb0b963

Browse files
committed
chore: lint
1 parent 8dea165 commit eb0b963

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/src/main/java/to/bitkit/ext/DateTime.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@file:Suppress("TooManyFunctions")
2+
13
package to.bitkit.ext
24

35
import android.icu.text.DateFormat

app/src/main/java/to/bitkit/repositories/BackupRepo.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ import to.bitkit.utils.Logger
3939
import javax.inject.Inject
4040
import javax.inject.Singleton
4141

42+
@Suppress("LongParameterList")
4243
@Singleton
4344
class BackupRepo @Inject constructor(
4445
@ApplicationContext private val context: Context,
@@ -122,6 +123,7 @@ class BackupRepo @Inject constructor(
122123
Logger.debug("Started ${statusObserverJobs.size} backup status observers", context = TAG)
123124
}
124125

126+
@Suppress("LongMethod")
125127
private fun startDataStoreListeners() {
126128
val settingsJob = scope.launch {
127129
settingsStore.data

0 commit comments

Comments
 (0)