Skip to content

Commit

Permalink
Update plugin org.jlleitschuh.gradle.ktlint to v11 (#201)
Browse files Browse the repository at this point in the history
* Update plugin org.jlleitschuh.gradle.ktlint to v11

* Disable experimental rule

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
  • Loading branch information
renovate[bot] and cortinico authored Sep 6, 2022
1 parent 7f97945 commit 269f2a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("com.android.application") version "7.2.2" apply false
id("com.android.library") version "7.2.2" apply false
id("org.jlleitschuh.gradle.ktlint") version "10.3.0" apply false
id("org.jlleitschuh.gradle.ktlint") version "11.0.0" apply false
kotlin("android") version "1.7.10" apply false
}
1 change: 0 additions & 1 deletion slidetoact/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ ktlint {
android.set(true)
outputToConsole.set(true)
ignoreFailures.set(false)
enableExperimentalRules.set(true)
filter {
exclude("**/generated/**")
}
Expand Down

0 comments on commit 269f2a8

Please sign in to comment.