mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 14:24:05 +01:00
migrate detekt report definition
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
f951336d0d
commit
12011afb17
@ -344,12 +344,17 @@ task installGitHooks(type: Copy, group: "development") {
|
|||||||
into '../.git/hooks'
|
into '../.git/hooks'
|
||||||
}
|
}
|
||||||
|
|
||||||
detekt {
|
tasks.named("detekt").configure {
|
||||||
reports {
|
reports {
|
||||||
xml {
|
html.required.set(true)
|
||||||
enabled = false
|
txt.required.set(true)
|
||||||
}
|
xml.required.set(false)
|
||||||
|
sarif.required.set(false)
|
||||||
|
md.required.set(false)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
detekt {
|
||||||
config = files("../detekt.yml")
|
config = files("../detekt.yml")
|
||||||
input = files("src/")
|
input = files("src/")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user