Skip to content

Commit

Permalink
Make diKTat happy
Browse files Browse the repository at this point in the history
### What's done:

 * See #1478.
  • Loading branch information
0x6675636b796f75676974687562 committed Jul 28, 2022
1 parent 82a0074 commit bc9a602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ class DiktatSaveSmokeTest : DiktatSmokeTestBase() {

@Suppress("WRONG_ORDER_IN_CLASS_LIKE_STRUCTURES") // False positives
companion object {
private const val KTLINT_VERSION = "0.46.1"
private const val BUILD_DIRECTORY = "target"
private const val FAT_JAR_GLOB = "diktat-rules-*-fat-jar-for-smoke-tests.jar"
private const val KTLINT_VERSION = "0.46.1"

@Suppress("EMPTY_BLOCK_STRUCTURE_ERROR")
private val logger = KotlinLogging.loggerWithKtlintConfig { }
Expand Down

0 comments on commit bc9a602

Please sign in to comment.