Skip to content

Commit

Permalink
chore: Suppress LongParameterList detekt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joc-a committed Jul 17, 2023
1 parent a5b5eb1 commit 06983eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ fun <T> transaction(
}
}

@Suppress("LongParameterList")
fun <T> inTopLevelTransaction(
transactionIsolation: Int,
readOnly: Boolean = false,
Expand Down

0 comments on commit 06983eb

Please sign in to comment.