Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Artur Bosch
io.gitlab.arturbosch.detekt
PluginId
Author
io.gitlab.arturbosch.detekt
Owner: Artur Bosch
Static code analysis for Kotlin
Sources: https://github.com/arturbosch/detekt
Version 1.0.0.RC5
1.0.0.RC5
Created 21 October 2017.
Static code analysis for Kotlin
Other versions
- 1.23.7
- 1.23.6
- 1.23.5
- 1.23.4
- 1.23.3
- 1.23.2
- 1.23.1
- 1.23.0
- 1.23.0-RC3
- 1.23.0-RC2
- 1.23.0-RC1
- 1.22.0
- 1.22.0-RC3
- 1.22.0-RC2
- 1.22.0-RC1
- 1.21.0
- 1.21.0-RC2
- 1.21.0-RC1
- 1.20.0
- 1.20.0-RC2
- 1.20.0-RC1
- 1.19.0
- 1.19.0-RC2
- 1.19.0-RC1
- 1.18.1
- 1.18.0
- 1.18.0-RC3
- 1.18.0-RC2
- 1.18.0-RC1
- 1.17.1
- 1.17.0
- 1.17.0-RC3
- 1.17.0-RC2
- 1.17.0-RC1
- 1.16.0
- 1.16.0-RC3
- 1.16.0-RC2
- 1.16.0-RC1
- 1.15.0
- 1.15.0-RC2
- 1.15.0-RC1
- 1.14.2
- 1.14.1
- 1.14.0
- 1.13.1
- 1.13.0
- 1.12.0
- 1.12.0-RC1
- 1.11.2
- 1.11.1
- 1.11.0
- 1.11.0-RC2
- 1.11.0-RC1
- 1.10.0
- 1.10.0-RC1
- 1.9.1
- 1.9.0
- 1.8.0
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.7.0-beta2
- 1.7.0-beta1
- 1.6.0
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 1.0.0-RC16
- 1.0.0-RC15
- 1.0.0-RC14
- 1.0.0-RC13
- 1.0.0-RC12
- 1.0.0-RC11
- 1.0.0-RC10
- 1.0.0.RC9.2
- 1.0.0.RC9
- 1.0.0.RC8
- 1.0.0.RC7-3
- 1.0.0.RC7-2
- 1.0.0.RC7
- 1.0.0.RC6-4
- 1.0.0.RC6-3
- 1.0.0.RC6-2
- 1.0.0.RC6-1
- 1.0.0.RC6
- 1.0.0.RC5-6
- 1.0.0.RC5-5
- 1.0.0.RC5-4
- 1.0.0.RC5-3
- 1.0.0.RC5-2
- 1.0.0.RC4-3
- 1.0.0.RC4-2
- 1.0.0.RC4
- 1.0.0.RC3
- 1.0.0.RC2
- 1.0.0.RC1
- 1.0.0.M13.2
- 1.0.0.M13.1
- 1.0.0.M13
- 1.0.0.M12.4
- 1.0.0.M12.3
- 1.0.0.M12.2
- 1.0.0.M12.1
- 1.0.0.M12
- 1.0.0.M11
- 1.0.0.M10.3
- 1.0.0.M10.2
- 1.0.0.M10.1
- 1.0.0.M10
Add this plugin to your build using the plugins DSL:
plugins {
id("io.gitlab.arturbosch.detekt") version "1.0.0.RC5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.0.0.RC5") } } apply(plugin = "io.gitlab.arturbosch.detekt")
- Applying plugins to all subprojects .