Skip to content

Commit

Permalink
Suppress FunctionOnlyReturningConstant on library-no-op
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Jul 30, 2022
1 parent 6f9be3b commit bd55f0d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class ChuckerCollector @JvmOverloads constructor(
public var showNotification: Boolean = true,
retentionPeriod: RetentionManager.Period = RetentionManager.Period.ONE_WEEK
) {
@Suppress("FunctionOnlyReturningConstant")
public fun writeTransactions(
context: Context,
startTimestamp: Long?,
Expand Down

0 comments on commit bd55f0d

Please sign in to comment.