We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ece7fe commit 4c97652Copy full SHA for 4c97652
src/main/scala/io/sdkman/changelogs/KtlintMigrations.scala
@@ -5,12 +5,17 @@ import com.mongodb.client.MongoDatabase
5
6
@ChangeLog(order = "079")
7
class KtlintMigrations {
8
- @ChangeSet(order = "001", id = "001_add_ktlint_candidate", author = "eygraber")
+ @ChangeSet(
9
+ order = "001",
10
+ id = "001_add_ktlint_candidate",
11
+ author = "eygraber"
12
+ )
13
def migration001(implicit db: MongoDatabase) =
14
Candidate(
15
candidate = "ktlint",
16
name = "ktlint",
- description = "Ktlint is an anti-bikeshedding Kotlin linter with built-in formatter.",
17
+ description =
18
+ "Ktlint is an anti-bikeshedding Kotlin linter with built-in formatter.",
19
websiteUrl = "https://github.com/pinterest/ktlint"
20
).insert()
21
}
0 commit comments