Skip to content

Commit

Permalink
Update plugin kotlinter to v3.12.0 (#214)
Browse files Browse the repository at this point in the history
* Update plugin kotlinter to v3.12.0

* Formatting

Co-authored-by: Travis Wyatt <travis@juul.com>
Co-authored-by: David Taylor <51968233+davidtaylor-juul@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 20, 2022
1 parent 0da48d8 commit efa3b62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ atomicfu = { id = "kotlinx-atomicfu", version = "0.18.0" }
binary-compatibility-validator = { id = "binary-compatibility-validator", version = "0.8.0" }
dokka = { id = "org.jetbrains.dokka", version = "1.7.10" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinter = { id = "org.jmailen.kotlinter", version = "3.11.1" }
kotlinter = { id = "org.jmailen.kotlinter", version = "3.12.0" }
one-eight = { id = "net.mbonnin.one.eight", version = "0.2" }
2 changes: 1 addition & 1 deletion logging/src/commonMain/kotlin/LogLevel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ public enum class LogLevel {
Info,
Warn,
Error,
Assert
Assert,
}
3 changes: 2 additions & 1 deletion logging/src/commonMain/kotlin/Sensitivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ package com.juul.tuulbox.logging
*/
public enum class Sensitivity {
NotSensitive,
Sensitive;
Sensitive,
;

public companion object : Key<Sensitivity>
}

0 comments on commit efa3b62

Please sign in to comment.