Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 474 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 474 Bytes

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>"
}