Fix and or suppress detekt warnings

This commit is contained in:
Christian Sailer
2019-10-28 14:38:02 +00:00
committed by LankyDan
parent 48aa2f2faa
commit 119f939ee1
34 changed files with 274 additions and 158 deletions

View File

@ -266,6 +266,7 @@ class InitiatorFlow(val arg1: Boolean, val arg2: Int, private val counterparty:
val ourOutputState: DummyState = DummyState()
// DOCEND 22
// Or as copies of other states with some properties changed.
@Suppress("MagicNumber") // literally a magic number
// DOCSTART 23
val ourOtherOutputState: DummyState = ourOutputState.copy(magicNumber = 77)
// DOCEND 23