Skip to content

Commit

Permalink
Bump io.gitlab.arturbosch.detekt from 1.23.0 to 1.23.1 (#36)
Browse files Browse the repository at this point in the history
* Bump io.gitlab.arturbosch.detekt from 1.23.0 to 1.23.1

Bumps [io.gitlab.arturbosch.detekt](https://github.com/detekt/detekt) from 1.23.0 to 1.23.1.
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.23.0...v1.23.1)

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix issue

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zac Sweers <[email protected]>
  • Loading branch information
dependabot[bot] and ZacSweers committed Aug 9, 2023
1 parent 1c5cfdc commit 2635361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ moshix = "0.22.1"
moshi = "1.15.0"

[plugins]
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.0" }
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.1" }
dokka = { id = "org.jetbrains.dokka", version = "1.8.20" }
lint = { id = "com.android.lint", version = "8.0.2" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.25.3" }
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/slack/cli/exec/ProcessedExecCli.kt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class ProcessedExecCli :

internal val args by argument().multiple()

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

0 comments on commit 2635361

Please sign in to comment.