Skip to content

Commit

Permalink
Suppress deprecation on buildRunner
Browse files Browse the repository at this point in the history
detekt is "allowed" to use this internally.
  • Loading branch information
3flex committed Jan 6, 2023
1 parent c5baf27 commit 144953e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -61,6 +61,7 @@ abstract class DetektWorkAction : WorkAction<DetektWorkParameters> {
}

try {
@Suppress("DEPRECATION")
val runner = io.gitlab.arturbosch.detekt.cli.buildRunner(
parameters.arguments.get().toTypedArray(),
System.out,
Expand Down

0 comments on commit 144953e

Please sign in to comment.