Skip to content

Automated Quality Assurance configuration for Kotlin Projects built with Gradle

License

Notifications You must be signed in to change notification settings

DanySK/gradle-kotlin-qa

Repository files navigation

Kotlin Automated Quality Assurance

This Gradle plugin applies Ktlint and Detekt under the hood. More static checkers may come in the future. All checkers' configuration have been customized to match my requirements.

These settings can be changed as you would when configuring the checkers, this plugin pre-configures them, but does not force anything.

How to use

plugins {
    id("org.danilopianini.gradle-kotlin-qa") version "<SELECT THE VERSION>"
}

About

Automated Quality Assurance configuration for Kotlin Projects built with Gradle

Resources

License

Stars

Watchers

Forks

Packages