Skip to content

issues Search Results · repo:JLLeitschuh/ktlint-gradle language:Kotlin

Filter by

425 results
 (63 ms)

425 results

inJLLeitschuh/ktlint-gradle (press backspace or delete to remove)

CI Builds attempting to run with Java 25 are currently failing. We can probably ignore that for right now, but we should fix that as soon as a Gradle version is out that supports Java 25
  • JLLeitschuh
  • 1
  • Opened 
    16 days ago
  • #963

ktlintCheck triggers a full application assembly after Gradle 8.12.1 and KSP 2.2.10 upgrade instead of performing a static code analysis check. ./gradlew ktlintCheck forces a complete rebuild of the application, ...
  • sereden
  • 5
  • Opened 
    on Aug 26
  • #950

When running ktlint using the plugin under Java 24 and with Kotlin version 2.2.10, the following warnings appear: WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::objectFieldOffset ...
  • m-burst
  • 2
  • Opened 
    on Aug 21
  • #944

Enhancement: Add Rule Version Filtering Based on @SinceKtlint Annotations Expected Behavior Add a new configuration option to KtLint plugin that allows users to filter out rules that were introduced ...
  • hugoncosta
  • 2
  • Opened 
    on Aug 18
  • #942

Is the Gradle 9 task cache supported? When i run it with org.gradle.configuration-cache=true I get the following error Task `:runKtlintFormatOverKotlinScripts` of type `org.jlleitschuh.gradle.ktlint.tasks.KtLintFormatTask`: ...
  • wakingrufus
  • 5
  • Opened 
    on Aug 12
  • #936

Project example: https://github.com/alekseytomin/ktlint-context code: fun main() { with( test ) { print() } } context(x: String) fun print() { println(x) } Check: ./gradlew ktlintCheck ...
ktlint
  • alekseytomin
  • 3
  • Opened 
    on Jul 2
  • #912

Since the minimal supported Gradle version is now 7.4, the workaround for Gradle 6 in plugin/src/main/kotlin/org/jlleitschuh/gradle/ktlint/Configurations.kt can now be removed. // Workaround for ...
  • tadjan
  • Opened 
    on May 28
  • #893

I added this lines to my project gradle file: ... id( org.jlleitschuh.gradle.ktlint ) version 12.2.0 ... apply plugin: org.jlleitschuh.gradle.ktlint ... Running ./gradlew ktlintFormat works fine ...
  • SmallLars
  • 1
  • Opened 
    on May 22
  • #888

The tasks ktlintCheck and ktlintFormat aggregate the various check and format tasks, respectively, over Kotlin scripts, source sets, and test sets. But it seems these tasks aren t run from any Gradle in-built ...
  • asarkar
  • Opened 
    on May 12
  • #886

Hello, running Snyk we found: Issues to fix by upgrading: Upgrade com.pinterest.ktlint:ktlint-cli@1.0.1 to com.pinterest.ktlint:ktlint-cli@1.1.0 to fix ✗ Denial of Service (DoS) [High Severity][https://security.snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-6094942] ...
  • elenaguidi-tw
  • 1
  • Opened 
    on May 6
  • #883
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub