Skip to content

Commit

Permalink
remove KtLintIdea Plugin.
Browse files Browse the repository at this point in the history
This plugin is no longer needed as ktlint configuration is driven by .editorconfig now, which idea will respect out of the box
  • Loading branch information
wakingrufus committed Nov 30, 2023
1 parent d896825 commit b954d4e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,6 @@ gradlePlugin {
implementationClass = "org.jlleitschuh.gradle.ktlint.KtlintPlugin"
displayName = "Ktlint Gradle Plugin"
}
register("ktlintIdeaPlugin") {
id = "org.jlleitschuh.gradle.ktlint-idea"
implementationClass = "org.jlleitschuh.gradle.ktlint.KtlintIdeaPlugin"
displayName = "Ktlint Gradle IDEA Plugin"
}
}
}

Expand Down

0 comments on commit b954d4e

Please sign in to comment.