Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1555 from batect/renovate/com.pinterest-ktlint-0.x
Browse files Browse the repository at this point in the history
Update dependency com.pinterest:ktlint to v0.50.0
  • Loading branch information
charleskorn committed Aug 12, 2023
2 parents 4e12250 + 0d9430e commit d8a0278
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")

package batect.docker

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")

package batect.ioc

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")

package batect.logging

Expand Down
2 changes: 1 addition & 1 deletion app/src/unitTest/kotlin/batect/config/ExceptionMatchers.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")

package batect.config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ object GitRepositoryCacheCleanupTaskSpec : Spek({
var ranOnThread = false

val threadRunner: ThreadRunner by createForEachTest {
{ block: BackgroundProcess ->
{
block: BackgroundProcess ->
ranOnThread = true
block()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")

package batect.testutils

Expand Down
2 changes: 1 addition & 1 deletion gradle/spotless.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ val licenseText by extra(

val kotlinLicenseHeader = "/*$licenseText*/\n\n"
val javaLicenseHeader = "/*$licenseText*/\n\n"
val ktlintVersion = "0.49.1"
val ktlintVersion = "0.50.0"

configure<SpotlessExtension> {
format("misc") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")

package batect.logging

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ object TelemetryUploadTaskSpec : Spek({
var ranOnThread = false

val threadRunner: ThreadRunner by createForEachTest {
{ block: BackgroundProcess ->
{
block: BackgroundProcess ->
ranOnThread = true
block()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")

package batect.testutils

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")

package batect.testutils

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")

package batect.testutils

Expand Down

0 comments on commit d8a0278

Please sign in to comment.