Skip to content

Commit

Permalink
chore: Remove detekt issues in buildSrc module
Browse files Browse the repository at this point in the history
  • Loading branch information
joc-a committed Jul 18, 2023
1 parent a1acbde commit d6805fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:Suppress("VariableNaming", "MagicNumber", "UnusedPrivateProperty")

package org.jetbrains.exposed.gradle

import org.gradle.api.Plugin
Expand Down Expand Up @@ -104,7 +106,7 @@ fun Test.delegatedTo(vararg tasks: TaskProvider<out AbstractTestTask>): Test {
isFailOnNoMatchingTests = false
}
finalizedBy(tasks)
//Pass --tests CLI option value into delegates
// Pass --tests CLI option value into delegates
doFirst {
val testsFilter = (filter as DefaultTestFilter).commandLineIncludePatterns.toList()
tasks.forEach {
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ open class DBTest @Inject constructor(@get:Input val dialect: String) : Test() {
}
}
}

0 comments on commit d6805fc

Please sign in to comment.