toggle menu
detekt-gradle-plugin
1.23.6
jvm
switch theme
search in API
detekt-gradle-plugin
/
io.github.detekt.gradle.extensions
/
KotlinCompileTaskDetektExtension
Kotlin
Compile
Task
Detekt
Extension
open
class
KotlinCompileTaskDetektExtension
(
project
:
Project
)
Members
Constructors
Kotlin
Compile
Task
Detekt
Extension
Link copied to clipboard
constructor
(
project
:
Project
)
Properties
all
Rules
Link copied to clipboard
val
allRules
:
Property
<
Boolean
>
baseline
Link copied to clipboard
val
baseline
:
RegularFileProperty
build
Upon
Default
Config
Link copied to clipboard
val
buildUponDefaultConfig
:
Property
<
Boolean
>
config
Link copied to clipboard
val
config
:
ConfigurableFileCollection
debug
Link copied to clipboard
val
debug
:
Property
<
Boolean
>
disable
Default
Rule
Sets
Link copied to clipboard
val
disableDefaultRuleSets
:
Property
<
Boolean
>
excludes
Link copied to clipboard
val
excludes
:
SetProperty
<
String
>
is
Enabled
Link copied to clipboard
val
isEnabled
:
Property
<
Boolean
>
parallel
Link copied to clipboard
val
parallel
:
Property
<
Boolean
>
reports
Link copied to clipboard
val
reports
:
NamedDomainObjectContainer
<
DetektReport
>
Functions
get
Html
Link copied to clipboard
fun
getHtml
(
)
:
DetektReport
get
Sarif
Link copied to clipboard
fun
getSarif
(
)
:
DetektReport
get
Xml
Link copied to clipboard
fun
getXml
(
)
:
DetektReport