Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jun 22, 2023
1 parent a924c11 commit b29e1a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/slack/cli/exec/ProcessedExecCli.kt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public class ProcessedExecCli :

internal val args by argument().multiple()

@Suppress("CyclomaticComplexMethod")
@OptIn(ExperimentalStdlibApi::class, ExperimentalPathApi::class)
override fun run() {
if (parseOnly) return
Expand Down

0 comments on commit b29e1a1

Please sign in to comment.