detekt-gradle-plugin
Toggle table of contents
1.23.7
jvm
Platform filter
jvm
Switch theme
Search in API
detekt-gradle-plugin
detekt-gradle-plugin
/
io.gitlab.arturbosch.detekt
/
DetektGenerateConfigTask
Detekt
Generate
Config
Task
@
CacheableTask
abstract
class
DetektGenerateConfigTask
@
Inject
constructor
(
workerExecutor
:
WorkerExecutor
,
providers
:
ProviderFactory
)
:
DefaultTask
Members
Constructors
Detekt
Generate
Config
Task
Link copied to clipboard
@
Inject
constructor
(
workerExecutor
:
WorkerExecutor
,
providers
:
ProviderFactory
)
Properties
config
File
Link copied to clipboard
@get:
OutputFile
abstract
val
configFile
:
RegularFileProperty
detekt
Classpath
Link copied to clipboard
@get:
Classpath
abstract
val
detektClasspath
:
ConfigurableFileCollection
plugin
Classpath
Link copied to clipboard
@get:
Classpath
abstract
val
pluginClasspath
:
ConfigurableFileCollection
Functions
generate
Config
Link copied to clipboard
fun
generateConfig
(
)