Skip to content

Commit 2051774

Browse files
ben-kaufmanclaude
andcommitted
fix: suppress large class detekt warning
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a9489ca commit 2051774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sealed class PubkyContactError(message: String) : AppError(message) {
4646
data object InvalidFormat : PubkyContactError("Invalid pubky key format")
4747
}
4848

49-
@Suppress("TooManyFunctions")
49+
@Suppress("TooManyFunctions", "LargeClass")
5050
@Singleton
5151
class PubkyRepo @Inject constructor(
5252
@IoDispatcher private val ioDispatcher: CoroutineDispatcher,

0 commit comments

Comments
 (0)