Skip to content

Commit

Permalink
Remove autocorrect mode from build step ktlint_experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Dingemans committed Dec 12, 2021
1 parent 6944d59 commit 8642e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ task ktlint_experimental(type: JavaExec, group: LifecycleBasePlugin.VERIFICATION
description = "Check Kotlin code style with experimental rules."
classpath = configurations.ktlint
main = 'com.pinterest.ktlint.Main'
args '**/src/**/*.kt', '--verbose', '--experimental','-F'
args '**/src/**/*.kt', '--verbose', '--experimental'
}

/**
Expand Down

0 comments on commit 8642e87

Please # to comment.