Skip to content

Commit

Permalink
Fix lint error in test sources
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Sep 2, 2022
1 parent 49819b2 commit 4dbeac5
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
@file:JvmName("Main")
@file:Suppress("unused", "UNUSED_PARAMETER")
@file:Suppress("unused", "UNUSED_PARAMETER", "Filename")

package io.gitlab.arturbosch.detekt.cli

Expand Down

0 comments on commit 4dbeac5

Please sign in to comment.