JetBrains / Exposed

Kotlin SQL Framework
http://jetbrains.github.io/Exposed/
Apache License 2.0
8.28k stars 690 forks source link

chore: Configure detekt Gradle task to show its result in the terminal/IDE directly instead of generating an XML report #1989

Closed joc-a closed 7 months ago

joc-a commented 7 months ago

How to test:

  1. Add code that would cause a detekt error (e.g: an unused import)
  2. Run ./gradlew detekt from the terminal
  3. It should fail and point you to the problematic code