Skip to content

Commit

Permalink
Suppress CyclomaticComplexMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
richherrera committed Jan 10, 2025
1 parent a45a85b commit 2afac07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class PayPalVaultRequest
) {

@Throws(JSONException::class)
@Suppress("LongMethod")
@Suppress("LongMethod", "CyclomaticComplexMethod")
override fun createRequestBody(
configuration: Configuration?,
authorization: Authorization?,
Expand Down

0 comments on commit 2afac07

Please sign in to comment.