Skip to content

Commit

Permalink
Merge pull request #237 from usefulness/mateuszkwiecinski-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mateuszkwiecinski authored Jul 2, 2024
2 parents e478ccb + 18a1189 commit 86c8062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ktlint-cli = { module = "com.pinterest.ktlint:ktlint-cli", version.ref = "ktlint
\+ then
```groovy
ktlint {
ktlinVersion = libs.versions.ktlint.get()
ktlintVersion = libs.versions.ktlint.get()
}
```

Expand Down Expand Up @@ -81,7 +81,7 @@ ktlint {
reporters = ["checkstyle", "html", "json", "plain", "sarif"]
experimentalRules = true
disabledRules = ["no-wildcard-imports", "experimental:annotation", "your-custom-rule:no-bugs"]
ktlintVersion = "1.0.0-SNAPSHOT"
ktlintVersion = "2.0.0-SNAPSHOT"
chunkSize = 50
baselineFile.set(file("config/ktlint_baseline.xml"))
ignoreFilesUnderBuildDir = true
Expand Down

0 comments on commit 86c8062

Please sign in to comment.