name.remal.detekt
Plugin class: name.remal.gradle_plugins.plugins.code_quality.detekt.DetektPlugin
plugins {
id 'name.remal.detekt' version '1.3.1'
}
plugins {
id("name.remal.detekt") version "1.3.1"
}
This plugin executes Detekt inspections for Kotlin sources. Detekt's core JARs and plugins' JARs are downloaded via detektCore
and detektPlugins
configurations accordingly.
The plugin creates detekt
extension of type DetektExtension
(it extends CodeQualityExtension
) that allows to configure detekt*
tasks globally.