issues
search
lordcodes
/
turtle
Run shell commands from Kotlin scripts, apps or Gradle tasks with ease.
https://www.lordcodes.com
Apache License 2.0
253
stars
10
forks
source link
Run ktlint using kotlinter instead of ktlint-gradle
#237
Closed
lordcodes
closed
7 months ago
lordcodes
commented
7 months ago
Checklist
[X] I've read the
guide for contributing
.
[X] I've checked there are no other
open pull requests
for the same change.
[X] I've formatted all code changes with
./gradlew lcformat
.
[X] I've ran all checks with
./gradlew lcchecks
.
[X] I've updated documentation if needed.
[X] I've added or updated tests for changes.
Reason for change
Have found it easier to configure, use and work with on other projects.
Has less issues with ktlint updates and had some issues with ktlint-gradle a while back that caused me to look for an alternative on other projects.
Description
Removes ktlint-gradle
Adds and configures kotlinter.
Updated custom Gradle tasks and documentation to use kotlinter tasks.
Updated changelog.
Updated ktlint configuration in .editorconfig for latest ktlint.
Formatted and Linted code using latest versions and configuration.
Checklist
./gradlew lcformat
../gradlew lcchecks
.Reason for change
Description